summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniil Fedotov <dfedotov@pivotal.io>2015-12-03 16:32:36 +0000
committerDaniil Fedotov <dfedotov@pivotal.io>2015-12-04 10:23:57 +0000
commit5a99f1fab3a0b343b25294e9858193e4cd77215c (patch)
tree4bab6f984270ea920ea7eb6bbb4241f8d7464992 /docs
parentb191f452afaf832d5093077f463df82c9f522f20 (diff)
downloadrabbitmq-server-git-5a99f1fab3a0b343b25294e9858193e4cd77215c.tar.gz
Added rabbitmqctl command to change disk_free_limit
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index b9e478cb53..a0bb74ce32 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1979,6 +1979,38 @@
</variablelist>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><cmdsynopsis><command>set_disk_free_limit</command> <arg choice="req"><replaceable>disk_limit</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>disk_limit</term>
+ <listitem><para>
+ The new disk limit. Once free disk space reaches this
+ lower bound, a disk alarm will be set.
+ Specified in memory units same as vm_memory_high_watermark
+ absolute values above.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><cmdsynopsis><command>set_disk_free_limit mem_relative</command> <arg choice="req"><replaceable>fraction</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>fraction</term>
+ <listitem><para>
+ The new disk limit relative to total available RAM
+ as a floating point number greater than or equal to 0.
+ Values lower than 1.0 can be dangerous and
+ should be used carefully.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
</refsect1>