diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index e5ec3eed7f..40dea46f8f 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> |
