summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bakken <lbakken@pivotal.io>2017-10-19 07:03:03 -0700
committerLuke Bakken <lbakken@pivotal.io>2017-10-19 07:03:03 -0700
commitf61f043d4b488e74983642f519521e90ffa77755 (patch)
tree567ed279ef6b940efd04c85c026ebf36eed99090
parente7ca399a9f310de2cfe86e9bfe335f32fed19bf5 (diff)
downloadrabbitmq-server-git-f61f043d4b488e74983642f519521e90ffa77755.tar.gz
Ensure "rss" is the default in cuttlefish configuration example
-rw-r--r--docs/rabbitmq.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index d3a65d3c22..e6d1849e47 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -286,9 +286,9 @@
# vm_memory_high_watermark_paging_ratio = 0.5
## Selects Erlang VM memory consumption calculation strategy. Can be `allocated`, `rss` or `legacy` (aliased as `erlang`),
-## Introduced in 3.6.11. `allocated` is the default as of 3.6.13.
+## Introduced in 3.6.11. `rss` is the default as of 3.6.12.
## See https://github.com/rabbitmq/rabbitmq-server/issues/1223 and rabbitmq/rabbitmq-common#224 for background.
-# vm_memory_calculation_strategy = allocated
+# vm_memory_calculation_strategy = rss
## Interval (in milliseconds) at which we perform the check of the memory
## levels against the watermarks.