summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorDiana Corbacho <diana.corbacho@erlang-solutions.com>2015-10-15 12:24:05 +0100
committerDiana Corbacho <diana.corbacho@erlang-solutions.com>2015-10-22 11:48:10 +0100
commit512e7e0c146336e802255e25130207326c85bf96 (patch)
tree658a56ca0b424728291c9f4b31c7b7a9a00dfec5 /docs/rabbitmq.config.example
parent0069732db116c4ffb4a11d6a5311143d4d5d8e35 (diff)
downloadrabbitmq-server-git-512e7e0c146336e802255e25130207326c85bf96.tar.gz
Accept absolute values in memory high watermark
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 9b3855cd86..fa73960cbe 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -182,6 +182,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.
%%