diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-05-27 00:45:47 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-05-27 00:45:47 +0300 |
| commit | 8bf65e52fc2e5a6242197f8364d2ec0dd3b60145 (patch) | |
| tree | b8ee00e4d3d59376eff9fdd1a0171e5f1b260d7d /docs | |
| parent | 91fc8a18225ae72e104d9fab2578f7fe56bf8e96 (diff) | |
| parent | 9084194f327275b268e64e5f9928eb1e91a50219 (diff) | |
| download | rabbitmq-server-git-8bf65e52fc2e5a6242197f8364d2ec0dd3b60145.tar.gz | |
Merge branch 'stable'
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 a5c93fdee9..2be3c74095 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. |
