Skip to content
Discussion options

You must be logged in to vote

Messages are not stored in Mnesia, metadata is.

  1. Can you tell us how much entities, such as vhosts, queues, bindings, etc you have?

  2. Can you share the output of:

rabbitmqctl eval 'mnesia:schema().' | grep -E 'Properties|size'

I hope this will tell us what is consuming so much space (what you shared is memory usage but I'd expect it to be correlated with the number of entries in the table).

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@avidbyte
Comment options

@avidbyte
Comment options

@avidbyte
Comment options

@mkuratczyk
Comment options

@avidbyte
Comment options

Answer selected by avidbyte
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #5080 on June 21, 2022 10:25.