summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2015-10-14 07:45:50 +0200
committerAlvaro Videla <videlalvaro@gmail.com>2015-10-14 07:45:50 +0200
commit6c3de1303e4a1175fa3e222ff7a47a83cb258bbc (patch)
tree55dad87b2ed5c91cf28980070b97251b397d1b1c /docs/rabbitmq.config.example
parentee19ec06d56bc73a8ba542f9202ba7a7f5bccc56 (diff)
parent63eccd863a493795a92941af3be41af364e1d637 (diff)
downloadrabbitmq-server-git-6c3de1303e4a1175fa3e222ff7a47a83cb258bbc.tar.gz
Merge branch 'master' into rabbitmq-server-351
Diffstat (limited to 'docs/rabbitmq.config.example')
-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..dd1a4e6c87 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.