diff options
| author | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2015-10-13 09:57:12 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana.corbacho@erlang-solutions.com> | 2015-10-13 09:58:29 +0100 |
| commit | 87402fad7fe68be84395d4ea8907b6591019357c (patch) | |
| tree | ac8897667c5483ece764c1e8bc3625d0879fa047 /docs | |
| parent | 44a0ddb72dc0337235bcecf63878658bac4288a4 (diff) | |
| download | rabbitmq-server-git-87402fad7fe68be84395d4ea8907b6591019357c.tar.gz | |
Read memory monitor interval from configuration
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 5 |
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. |
