[rabbitmq-discuss] rabbitmq crash?
    Matthias Radestock 
    matthias at rabbitmq.com
       
    Tue May 24 08:27:00 BST 2011
    
    
  
yaohui wrote:
> RabbitMQ 2.4.0 / erlang  R14B
> Java client rabbitmq-java-client-bin-2.4.0
Are these all running on the same machine? How much physical and virtual 
memory have you got configured on that machine? What memory limit does 
rabbit think it has? (check the rabbit.log near the beginning).
It looks like the broker owns about 1G of memory and is trying to 
allocate another gig. Could it be that some other applications 
(including the test client) are consuming the bulk of virtual memory? If 
so you need to configure rabbit with a lower memory threshold (see 
http://www.rabbitmq.com/extensions.html#memsup), setting it to about 
half of what is available for the broker to use after all the other 
applications running on the machine have been taken into account.
Regards,
Matthias
PS: please keep the list cc'ed.
    
    
More information about the rabbitmq-discuss
mailing list