[jboss-user] [Performance Tuning] - Re: Memory Management in Jboss

PeterJ do-not-reply at jboss.com
Wed Oct 28 11:06:00 EDT 2009


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



More information about the jboss-user mailing list