High watermark memory usage never goes down (using a quorom queue) #815
Replies: 4 comments 1 reply
-
There is no evidence of a bug. No Memory breakdown was provided. This is a discussion, not a researched issue at this point. Quorum queues keep up to 500 MiB of log segments in memory by default. You can reduce that to a drastically lower value. |
Beta Was this translation helpful? Give feedback.
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
"Use a quorum queue" is a very brief description of what exactly was done but looking at the message rate chart, looks like the queue experiences very low publishing and consumption rates. In which case log truncation and WAL flushing performed by quorum queues will happen after a long period of time. From the quorum queues doc guide:
and
Steady load of 2-4 messages a second is, well, steady but it means that the above condition take a long time to materialize Setting |
Beta Was this translation helpful? Give feedback.
-
Hello Micheal, Thank you for the very useful recommendations you have shared. I've setup the parameter Cheers. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
High watermark memory usage never goes down (using a quorum queue) although there's very low to no message in the queue.
To Reproduce
Config
Deployment (for the RabbitMQCluster)
Expected behavior
For the memory to purge itself but it keeps slowly going up.
Screenshots
Version and environment information
Beta Was this translation helpful? Give feedback.
All reactions