Skip to content

Commit fd7cd65

Browse files
Add vm_memory_calculation_strategy to rabbitmq.conf.example
1 parent d86f10c commit fd7cd65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/rabbitmq.conf.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@
267267
##
268268
# vm_memory_high_watermark_paging_ratio = 0.5
269269

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+
270275
## Interval (in milliseconds) at which we perform the check of the memory
271276
## levels against the watermarks.
272277
##

0 commit comments

Comments
 (0)