summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2015-12-05 09:15:44 +0300
committerMichael Klishin <michael@clojurewerkz.org>2015-12-05 09:15:44 +0300
commitb2ca6fdf23f49078e8ddcfab189cf1d8ac2fead7 (patch)
treebbae33f3312a694de5d8dddb78b695b7035eeb47 /docs
parenta3ae71048dbcb128006d648351a5d02531482706 (diff)
downloadrabbitmq-server-git-b2ca6fdf23f49078e8ddcfab189cf1d8ac2fead7.tar.gz
Wording
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index a0bb74ce32..fb4959b276 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1966,8 +1966,8 @@
<listitem><para>
The new memory limit at which flow control is
triggered, expressed in bytes as an integer number
- greater than or equal to 0 or as string with memory unit
- (e.g. 1024MB). Available units are:
+ greater than or equal to 0 or as a string with memory units
+ (e.g. 512M or 1G). Available units are:
k, kiB: kibibytes (2^10 bytes)
M, MiB: mebibytes (2^20)
G, GiB: gibibytes (2^30)
@@ -1986,10 +1986,8 @@
<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.
+ Lower bound limit as an integer in bytes or a string with memory units (see vm_memory_high_watermark),
+ e.g. 512M or 1G. Once free disk space reaches the limit, a disk alarm will be set.
</para></listitem>
</varlistentry>
</variablelist>
@@ -2002,8 +2000,8 @@
<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.
+ Limit relative to the total amount available RAM
+ as a non-negative floating point number.
Values lower than 1.0 can be dangerous and
should be used carefully.
</para></listitem>