Skip to content

Memory use of a node spikes around the time of mass client disconnect #3226

Discussion options

You must be logged in to vote

I'm afraid that's not a whole lot of evidence of a leak. Messages are not the only thing that consumes resources. Connections do, too, in particular in case of high churn that you have provided evidence of (mass client disconnections).
There are tools and metrics that would help you understand what exactly uses the memory.

RabbitMQ 3.6.16 has been out of support for over three years. Erlang memory allocators and GC have changed since Erlang 19 as well (latest releases are 24.x).

I'm afraid the only piece of advice we have is

  • Don't guess, consult metrics (a more basic version of rabbitmq-diagnostics memory_breakdown is available in rabbitmqctl status in 3.6)
  • Upgrade

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
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
2 participants
Converted from issue

This discussion was converted from issue #3225 on July 23, 2021 08:50.