[rabbitmq-discuss] Problem with RAM
Simon MacMullen
simon at rabbitmq.com
Tue Nov 1 18:35:32 GMT 2011
On 01/11/11 12:28, Cheremukhin Andrey wrote:
> Could you see my report? I cannot understand the problem.
> Why do rabbitmq use huge amount of RAM if queues don't have messages.
Hmm. One thing that's suspicious is the amount of ETS storage in use.
Can you run:
erl -remsh rabbit@`hostname -s` -sname foo -eval '[io:format("~p~n",
[ets:info(T)]) || T <- ets:all()], halt().'
(all one line)
from the command line and send me the result? You'll need to run it when
logged in as the same user as the broker is running as.
Cheers, Simon
--
Simon MacMullen
RabbitMQ, VMware
More information about the rabbitmq-discuss
mailing list