Skip to content

Commit be796e0

Browse files
committed
Ensure "rss" is the default in configuration example
1 parent 9361e2d commit be796e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rabbitmq.config.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@
271271
%% {vm_memory_high_watermark_paging_ratio, 0.5},
272272

273273
%% Selects Erlang VM memory consumption calculation strategy. Can be `allocated`, `rss` or `legacy` (aliased as `erlang`),
274-
%% Introduced in 3.6.11. `allocated` is the default as of 3.6.13.
274+
%% Introduced in 3.6.11. `rss` is the default as of 3.6.12.
275275
%% See https://github.com/rabbitmq/rabbitmq-server/issues/1223 and rabbitmq/rabbitmq-common#224 for background.
276-
%% {vm_memory_calculation_strategy, allocated},
276+
%% {vm_memory_calculation_strategy, rss},
277277

278278
%% Interval (in milliseconds) at which we perform the check of the memory
279279
%% levels against the watermarks.

0 commit comments

Comments
 (0)