[rabbitmq-discuss] RabbitMQ 2.6.1 and memory consumption
Matthias Radestock
matthias at rabbitmq.com
Thu Sep 22 08:02:32 BST 2011
On 22/09/11 06:40, DOBRO Sergei wrote:
> No problem, file is attached
Cheers. Putting the list back on cc...
The report shows that you have over 9 million messages, spread across
~50 queues. Most of these are paged to disk, but rabbit still needs to
maintain in memory index data for them. How much memory is required for
that depends on the fanout degree, i.e. 1 million messages shared across
an average of 9 queues will take up 9 times less memory than 9 million
messages shared across an average of one queue.
Moreover, rabbit will happily use as much memory as you allow it to if
it thinks that doing so will speed up the processing & delivery of messages.
So, I am not seeing anything unusual here.
Matthias.
More information about the rabbitmq-discuss
mailing list