diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-10-13 12:27:06 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-10-13 12:27:06 +0300 |
| commit | 1a24c9bb842a59e16c2b70ed45ee9f960c033cd1 (patch) | |
| tree | eaed14b8699712aec9c56ae15d8083d66085adef /docs | |
| parent | 44a0ddb72dc0337235bcecf63878658bac4288a4 (diff) | |
| parent | 545816528f972f9b1c01eba12dead5de899bd2df (diff) | |
| download | rabbitmq-server-git-1a24c9bb842a59e16c2b70ed45ee9f960c033cd1.tar.gz | |
Merge pull request #355 from rabbitmq/rabbitmq-server-112
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..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. |
