diff options
| author | Michael Klishin <michael@novemberain.com> | 2017-08-25 11:39:27 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-25 11:39:27 -0600 |
| commit | f2afe31fcca09a24c17debac1c07b4bba6de13c4 (patch) | |
| tree | d9e2d3f3979048df451d8ca118d09e63cf18ee02 /docs | |
| parent | 677f22a87560d83745f5bd4d5df0c60ee550a38d (diff) | |
| download | rabbitmq-server-git-f2afe31fcca09a24c17debac1c07b4bba6de13c4.tar.gz | |
Add rabbit.vm_memory_calculation_strategy to config examplerabbitmq_v3_6_12_rc1
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 141e737520..3e4bedf638 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -251,6 +251,11 @@ %% %% {vm_memory_high_watermark_paging_ratio, 0.5}, + %% Selects Erlang VM memory consumption calculation strategy. Can be `rss` or `erlang`, + %% `rss` is the default. Introduced in 3.6.11. + %% See https://github.com/rabbitmq/rabbitmq-server/issues/1223 for background. + %% {vm_memory_calculation_strategy, rss}, + %% Interval (in milliseconds) at which we perform the check of the memory %% levels against the watermarks. %% |
