diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-30 16:32:03 +0100 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-30 16:32:03 +0100 |
| commit | ad8fea9914cd739765af6a88367388c74861c966 (patch) | |
| tree | 7fd2165321cfca478738b37de1c35e41fcae861a /docs/rabbitmq.config.example | |
| parent | 06c3d2b0484fe9695aaac66edc2830c91041c507 (diff) | |
| parent | 3ab1f8d196dd61e12098b1fbfd32320f82137c91 (diff) | |
| download | rabbitmq-server-git-ad8fea9914cd739765af6a88367388c74861c966.tar.gz | |
merges master with erlang.mk changes
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 3047f8f70e..6be9504b8b 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -193,6 +193,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. %% @@ -200,6 +204,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. |
