[rabbitmq-discuss] RabbitMQ crash: where do i check for errors?

Emile Joubert emile at rabbitmq.com
Tue Jun 19 16:11:58 BST 2012


Hi,

On 19/06/12 15:39, Fernando Morgenstern wrote:
> Slogan: eheap_alloc: Cannot allocate 1571344 bytes of memory (of type
> "heap").

The Erlang VM crashed because the OS could not allocate 1571344 bytes of
memory, and it doesn't look like the Erlang VM was using much memory
when it crashed. Do you have any other services running on the same
server? That is not recommended.

> Is there an internal limit for erlang processes? Because this machine
> has a lot of memory ( 96GB ) and now, under heavy usage, there is still
> 60GB free.

No, there is no limit. RabbitMQ expects to be able to use all the RAM in
the server. You can control how soon memory-conserving strategies are
applied with the memory high watermark setting. See
http://www.rabbitmq.com/memory.html#memsup


-Emile



More information about the rabbitmq-discuss mailing list