summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-08-25 11:39:27 -0600
committerGitHub <noreply@github.com>2017-08-25 11:39:27 -0600
commitf2afe31fcca09a24c17debac1c07b4bba6de13c4 (patch)
treed9e2d3f3979048df451d8ca118d09e63cf18ee02 /docs
parent677f22a87560d83745f5bd4d5df0c60ee550a38d (diff)
downloadrabbitmq-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.example5
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.
%%