diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-12-07 20:17:48 -0800 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-12-07 20:17:48 -0800 |
| commit | 314f68b56fb93333e392c5e49b0745f5a83f03ad (patch) | |
| tree | 7a22bb04dcaeefffe01db3da3f170beaac172c49 /docs/rabbitmq.conf.example | |
| parent | cbb34bbc93b8353a30739cc5f04a5cda20b727f6 (diff) | |
| download | rabbitmq-server-git-314f68b56fb93333e392c5e49b0745f5a83f03ad.tar.gz | |
Add config schema entry for total_memory_available_override_value
Closes #1445.
[#153501620]
Diffstat (limited to 'docs/rabbitmq.conf.example')
| -rw-r--r-- | docs/rabbitmq.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index e6d1849e47..3722664823 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -295,6 +295,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 = 2GB + ## 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. |
