diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2012-03-28 10:59:46 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2012-03-28 10:59:46 +0100 |
| commit | d71abc5236bd788406f6a4cbc53c382f00b7f801 (patch) | |
| tree | 018b4aaa4a5d90d724f4d56997059b78cf7fdd0e /docs/rabbitmqctl.1.xml | |
| parent | 10ddeb509b3eedd66f2da0beacbf36ece7393577 (diff) | |
| download | rabbitmq-server-git-d71abc5236bd788406f6a4cbc53c382f00b7f801.tar.gz | |
Remove rabbitmqctl disk free features
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index c1bd075bea..99ca365923 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1439,39 +1439,6 @@ </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> |
