We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677f22a commit f2afe31Copy full SHA for f2afe31
docs/rabbitmq.config.example
@@ -251,6 +251,11 @@
251
%%
252
%% {vm_memory_high_watermark_paging_ratio, 0.5},
253
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
+
259
%% Interval (in milliseconds) at which we perform the check of the memory
260
%% levels against the watermarks.
261
0 commit comments