[rabbitmq-discuss] Rabbitmq 3.2.4 running out of memory

Michael Klishin mklishin at pivotal.io
Tue Aug 26 19:42:27 BST 2014


On 26 August 2014 at 20:02:09, srikanth tns (srikanthtns at gmail.com) wrote:
> > netstat -tan | grep ':15672' | awk '{print $6 }' | sort | uniq -c  
> 3 CLOSE_WAIT
> 1882 ESTABLISHED
> 1 LISTEN
> 10 TIME_WAIT

That's about 1900 concurrent connections to a single node. Without knowing
how many channels can be open on the open ones, that's still a fairly
large number for a single node.

Consider clustering this node with a couple more and spread the connections
between them, e.g. using an HAproxy instance in front of the cluster. 
--  
MK  

Staff Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list