summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDiana Corbacho <diana.corbacho@erlang-solutions.com>2015-10-13 09:57:12 +0100
committerDiana Corbacho <diana.corbacho@erlang-solutions.com>2015-10-13 09:58:29 +0100
commit87402fad7fe68be84395d4ea8907b6591019357c (patch)
treeac8897667c5483ece764c1e8bc3625d0879fa047 /docs
parent44a0ddb72dc0337235bcecf63878658bac4288a4 (diff)
downloadrabbitmq-server-git-87402fad7fe68be84395d4ea8907b6591019357c.tar.gz
Read memory monitor interval from configuration
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 3047f8f70e..f4fe3b9ec4 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -200,6 +200,11 @@
%%
%% {vm_memory_high_watermark_paging_ratio, 0.5},
+ %% Interval (in milliseconds) at which we perform the check of the memory
+ %% levels against the watermarks.
+ %%
+ %% {memory_monitor_interval, 2500}
+
%% Set disk free limit (in bytes). Once free disk space reaches this
%% lower bound, a disk alarm will be set - see the documentation
%% listed above for more details.