summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2011-08-30 13:51:58 +0100
committerEmile Joubert <emile@rabbitmq.com>2011-08-30 13:51:58 +0100
commitab21774d30c02de86125c00f7a13a1ca59bae470 (patch)
treebfed062b3885100cfb4462dcf2e02e106f52e188 /docs
parent6f0cd44f24cf5ffe7923bfb96079c18e22f950ba (diff)
downloadrabbitmq-server-ab21774d30c02de86125c00f7a13a1ca59bae470.tar.gz
Report vm memory limits differently
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index e5ec3eed..40dea46f 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1371,6 +1371,7 @@
</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><cmdsynopsis><command>set_vm_memory_high_watermark</command> <arg choice="req"><replaceable>fraction</replaceable></arg></cmdsynopsis></term>
<listitem>
@@ -1383,6 +1384,17 @@
</variablelist>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><cmdsynopsis><command>get_vm_memory_limits</command></cmdsynopsis></term>
+ <listitem>
+ <para>
+ Show total memory reported by OS; and memory monitoring limit and threshhold.
+ The memory total and limit are reported in bytes.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect2>
</refsect1>