summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-11-24 21:54:25 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-11-24 21:54:25 +0300
commit6f70dcbe05dbba35f7d950674d293a4c7d867d44 (patch)
tree3ea3a7ec0546d59a00364654a2885b0e6a07b335 /docs
parent8b5a89209f1b01c7d7a650eadee91746443314b1 (diff)
parentd173fd774a28490eb5e4a66a588d92c0c95540fe (diff)
downloadrabbitmq-server-git-6f70dcbe05dbba35f7d950674d293a4c7d867d44.tar.gz
Merge branch 'stable'
Conflicts: test/src/rabbit_tests.erl
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example4
-rw-r--r--docs/rabbitmqctl.1.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 6be9504b8b..ef9b247f03 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -193,9 +193,9 @@
%%
%% {vm_memory_high_watermark, 0.4},
- %% Alternatively, we can set a limit (in megabytes) of RAM used by the node.
+ %% Alternatively, we can set a limit (in bytes) of RAM used by the node.
%%
- %% {vm_memory_high_watermark, {absolute, 1024}},
+ %% {vm_memory_high_watermark, {absolute, 1073741824}},
%% Fraction of the high watermark limit at which queues start to
%% page message out to disc in order to free up memory.
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index b60e4f02ab..885e3c4dd2 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1958,14 +1958,14 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><cmdsynopsis><command>set_vm_memory_high_watermark absolute</command> <arg choice="req"><replaceable>memory_limit_mb</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>set_vm_memory_high_watermark absolute</command> <arg choice="req"><replaceable>memory_limit_in_bytes</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
- <term>memory_limit_mb</term>
+ <term>memory_limit_in_bytes</term>
<listitem><para>
The new memory limit at which flow control is
- triggered, expressed in MB as an integer number
+ triggered, expressed in bytes as an integer number
greater than or equal to 0.
</para></listitem>
</varlistentry>