summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-10-23 01:23:53 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-10-23 01:23:53 +0300
commitad461b30e9c0104277dff7ec937354d1fc1e64d5 (patch)
tree7bd77f399c15b91b2cb319d8ec9dae10cd40ef6d /docs/rabbitmq.config.example
parent2bc39429a943957d64b29a1c7a70a8e787e2cd18 (diff)
parent1474424ed873b756438bc6a1a3e0fcebb8e9c958 (diff)
downloadrabbitmq-server-git-ad461b30e9c0104277dff7ec937354d1fc1e64d5.tar.gz
Merge branch 'stable'
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index dd1a4e6c87..6be9504b8b 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -193,6 +193,10 @@
%%
%% {vm_memory_high_watermark, 0.4},
+ %% Alternatively, we can set a limit (in megabytes) of RAM used by the node.
+ %%
+ %% {vm_memory_high_watermark, {absolute, 1024}},
+
%% Fraction of the high watermark limit at which queues start to
%% page message out to disc in order to free up memory.
%%