Skip to content

Commit f2afe31

Browse files
Add rabbit.vm_memory_calculation_strategy to config example
1 parent 677f22a commit f2afe31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/rabbitmq.config.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@
251251
%%
252252
%% {vm_memory_high_watermark_paging_ratio, 0.5},
253253

254+
%% Selects Erlang VM memory consumption calculation strategy. Can be `rss` or `erlang`,
255+
%% `rss` is the default. Introduced in 3.6.11.
256+
%% See https://github.com/rabbitmq/rabbitmq-server/issues/1223 for background.
257+
%% {vm_memory_calculation_strategy, rss},
258+
254259
%% Interval (in milliseconds) at which we perform the check of the memory
255260
%% levels against the watermarks.
256261
%%

0 commit comments

Comments
 (0)