rabbitmq-server icon indicating copy to clipboard operation
rabbitmq-server copied to clipboard

Khepri integration: `rabbitmq-diagnostics memory_breakdown` should report the metadata store RAM usage

Open mkuratczyk opened this issue 2 years ago • 0 comments

NOTE: this issue is related to an unreleased Khepri integration (branch khepri-queues).

With many definitions, the metadata store can use GBs of RAM. All that memory is currently reported under other_proc. We should report this separately.

mkuratczyk avatar Jun 24 '22 12:06 mkuratczyk

Detailed memory breakdown added in https://github.com/rabbitmq/rabbitmq-server/commit/c55d20d9d1de550feddae9bc71576655d2587b25, branch khepri-queues

dcorbacho avatar Aug 15 '22 17:08 dcorbacho

$ rabbitmq-diagnostics memory_breakdown
Reporting memory breakdown on node rabbit@kura...
metadata_store: 0.4195 gb (72.47%)
code: 0.0449 gb (7.75%)
other_proc: 0.0325 gb (5.61%)
...

Nice. Thanks

mkuratczyk avatar Aug 15 '22 19:08 mkuratczyk