diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2017-05-26 13:52:03 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2017-05-26 13:52:03 +0100 |
| commit | eb7e6afd06f6e3c415d0350d295e097540bfd9cf (patch) | |
| tree | f089aa8bc3827fcfcf83fe8613624197ffa51aeb /docs | |
| parent | ced8290812301cb2101b429d0cf1a6d7916daba2 (diff) | |
| download | rabbitmq-server-git-eb7e6afd06f6e3c415d0350d295e097540bfd9cf.tar.gz | |
Use new config parameter total_memory_available_override_value to set total memory
rabbitmq-server#1224
[#145450413]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 221da01f30..6386bc57e2 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -246,6 +246,10 @@ %% %% {memory_monitor_interval, 2500}, + %% The total memory available can be calculated from the OS resources + %% - default option - or provided as a configuration parameter: + %% {total_memory_available_override_value, "5000MB"} + %% 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. |
