summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-03-23 17:04:18 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-03-23 17:04:18 +0000
commitd4e9e4fbdcd0b807487070adb31ca197fe8313b9 (patch)
tree0721e3783130d9db27feba2b08359eedb3e5b701 /docs/rabbitmqctl.1.xml
parente0357983739240a39c2a1ffea2b5033a57ead7fb (diff)
downloadrabbitmq-server-git-d4e9e4fbdcd0b807487070adb31ca197fe8313b9.tar.gz
Disk free limit setting with rabbitmqctl
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r--docs/rabbitmqctl.1.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index ee07ebfea9..3a5ee30d81 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1422,6 +1422,7 @@
</para>
</listitem>
</varlistentry>
+
<varlistentry>
<term><cmdsynopsis><command>set_vm_memory_high_watermark</command> <arg choice="req"><replaceable>fraction</replaceable></arg></cmdsynopsis></term>
<listitem>
@@ -1437,6 +1438,41 @@
</variablelist>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><cmdsynopsis><command>set_disk_free_limit</command> <arg choice="req"><replaceable>bytes</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>bytes</term>
+ <listitem><para>
+ The new disk free limit at which flow
+ control is triggered, for the drive or partition
+ that the broker data store resides on.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><cmdsynopsis><command>set_disk_free_limit_mem_relative</command> <arg choice="req"><replaceable>multiple</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>multiple</term>
+ <listitem><para>
+ The new disk free limit at which flow
+ control is triggered, expressed relative to total RAM.
+ The argument may be a floating point number
+ and the limit will be calculated as the argument
+ times the total installed RAM.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect2>
</refsect1>