summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-08-05 18:03:51 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-08-05 18:03:51 +0100
commitfd4844c7717ccb209df72b1ef97cf4896dff28c2 (patch)
tree5a8f40ec4068adf9dbb112a9a856de76c9869c79 /Makefile
parent2420864dbc7affa077c4cdd031482eebd403999e (diff)
parent9f08ac34f4567971dfb0f526a328f8c948ffc02f (diff)
downloadrabbitmq-server-git-fd4844c7717ccb209df72b1ef97cf4896dff28c2.tar.gz
Merging bug 23027 onto default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a97838cc3c..1f15921b6b 100644
--- a/Makefile
+++ b/Makefile
@@ -179,6 +179,14 @@ stop-rabbit-on-node: all
force-snapshot: all
echo "rabbit_persister:force_snapshot()." | $(ERL_CALL)
+set-memory-alarm: all
+ echo "alarm_handler:set_alarm({vm_memory_high_watermark, []})." | \
+ $(ERL_CALL)
+
+clear-memory-alarm: all
+ echo "alarm_handler:clear_alarm(vm_memory_high_watermark)." | \
+ $(ERL_CALL)
+
stop-node:
-$(ERL_CALL) -q