diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-05-26 22:45:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-26 22:45:16 +0300 |
| commit | 904e5274b09eb55dfbad67de0a48e0f09410e134 (patch) | |
| tree | 8ad32ef993062d1809916c29667240297dc17a7b /docs/rabbitmq.config.example | |
| parent | 92702e4c5093ecb4ad911603c2357ccadebc52e9 (diff) | |
| parent | 1b976358b62db552f70a0f6c273431895e3cddb0 (diff) | |
| download | rabbitmq-server-git-904e5274b09eb55dfbad67de0a48e0f09410e134.tar.gz | |
Merge pull request #1234 from rabbitmq/rabbitmq-server-1224
Introduce a new config parameter, total_memory_available_override_value, to override total amount of memory available to the node
Diffstat (limited to 'docs/rabbitmq.config.example')
| -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..3eee836572 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. |
