<div dir="ltr">Hi <div><br></div><div>Can someone please let us know wht we need to do ? </div><div><br></div><div>we are getting out of memory errors in the rabbitmq 3.2.4 when we are trying to access rabbitmq on port 15672 using connections api . The script calls curl via shell console. </div>
<div><br></div><div>curl -i -s --connect-timeout 5 -u admin:changeme http://$hostname1:15672/api/connections?columns=node,name<br></div><div><br></div><div>This curl call is made from many hosts at same to get the number of connections running on rabbitmq and we see the connections are blocked on this port.</div>
<div><br></div><div>netstat -tan | grep ':15672' | awk '{print $6 }' | sort | uniq -c<br></div><div><div>      3 CLOSE_WAIT</div><div>   1882 ESTABLISHED</div><div>      1 LISTEN</div><div>     10 TIME_WAIT</div>
</div><div><br></div><div>Thanks</div><div>Srikanth</div><div><br></div><div>Logs show this:</div><div><br></div><div><div>vm_memory_high_watermark set. Memory used:14888001288  allowed:11753753804</div><div><br></div><div>
=WARNING REPORT==== 26-Aug-2014::05:58:18  ===</div><div>memory resource limit alarm set on node  rabbit@adsmv0019.</div><div><br></div><div>**********************************************************</div><div>***  Publishers will be blocked until this alarm clears  ***</div>
<div>**********************************************************</div><div><br></div><div><br></div><div>=INFO REPORT====  26-Aug-2014::05:58:20 ===</div><div>vm_memory_high_watermark clear. Memory  used:8686452200 allowed:11753753804</div>
</div><div><br></div><div><br></div></div>