What JDK are you using? And what OS are you running? JDK 6 comes with VisualVM 
which lets you see what is going on in a running JVM. It can take and analyze 
heap dumps. VisualVM can connect to JDK 5 JVMs also, but the heap dump 
functionality is not available on Windows.

Also, make use of the GC data options (-verbose:gc, -XX:PrintHeapAtGC, etc.) to 
see what the garbage collector is doing. For an introduction, see my 
presentation at:
http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4262735#4262735

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4262735
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to