summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-23 12:10:07 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-23 12:10:07 +0200
commit9b248462c68c4e91713059681c2b554ccc754e94 (patch)
tree69b11ee16ce7c1577a758852dd2c25e627dba31a /docs/rabbitmq.config.example
parentea9e299e912f0e44a073feffcfab6c5a6de19846 (diff)
parentad461b30e9c0104277dff7ec937354d1fc1e64d5 (diff)
downloadrabbitmq-server-git-9b248462c68c4e91713059681c2b554ccc754e94.tar.gz
Merge branch 'master' into erlang.mk
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.
%%