[jboss-user] [Performance Tuning] - Re: JBoss 4.05 memory issue

PeterJ do-not-reply at jboss.com
Sun Dec 21 18:42:30 EST 2008


Please look at my presentation on Java heap tuning:

http://www.cecmg.de/doc/tagung_2007/agenda07/24-mai/2b3-peter-johnson/index.html

You need to use the command line options to gather garbage collection statistics and go from there.  If it is true that your heap is filling up and major collection are not freeing it, then you have a leak in your application. You can use VisualVM to help you analyze that objects your app is not freeing up. 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197882



More information about the jboss-user mailing list