You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by artnaseef <ar...@artnaseef.com> on 2014/08/22 18:54:45 UTC

Re: Consumer is hung and Heap Memory limit is reaching Maximum

That sounds like the typical Java memory leak.  If so, it should be easy to
track down since it sounds easily reproduced.

I recommend grabbing a couple of heap dumps a few hours, or days, apart, and
comparing.

JVisualVM can help analyze the heap dump.  YourKit is even better.



--
View this message in context: http://activemq.2283324.n4.nabble.com/Consumer-is-hung-and-Heap-Memory-limit-is-reaching-Maximum-tp4684926p4684955.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer is hung and Heap Memory limit is reaching Maximum

Posted by superman <sa...@gmail.com>.
Thanks much your reply!!
We also thought the same, but quiet interestingly there is no
OutOfMemoryError in any of the Glassfish application server(which are all
typical consumers) logs and there is enough memory (-Xmx is set to 34 GB)
for each of the node.

However, I will try to analyze the dump and post the findings.

 



--
View this message in context: http://activemq.2283324.n4.nabble.com/Consumer-is-hung-and-Heap-Memory-limit-is-reaching-Maximum-tp4684926p4684989.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.