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 d86f10c commit fd7cd65Copy full SHA for fd7cd65
docs/rabbitmq.conf.example
@@ -267,6 +267,11 @@
267
##
268
# vm_memory_high_watermark_paging_ratio = 0.5
269
270
+## Selects Erlang VM memory consumption calculation strategy. Can be `rss` or `erlang`,
271
+## `rss` is the default. Introduced in 3.6.11.
272
+## See https://github.com/rabbitmq/rabbitmq-server/issues/1223 for background.
273
+# vm_memory_calculation_strategy = rss
274
+
275
## Interval (in milliseconds) at which we perform the check of the memory
276
## levels against the watermarks.
277
0 commit comments