[jboss-user] [Beginners Corner] - Re: Memory leak
PeterJ
do-not-reply at jboss.com
Tue Jul 22 11:38:55 EDT 2008
Observing memory usage in Task Manager is not an accurate measure of how a Java app is using memory. The memory Task Manager reports includes both the memory that the JVM uses to do its job and the heap space used (the Java app's data).
The default settings for the heap in run.bat allow for the JVM to continually ask for more memory for the heap, up to 512MB.
To better understand how the Java heap works, including garbage collection, 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.com/index.html?module=bb&op=viewtopic&p=4165922#4165922
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165922
More information about the jboss-user
mailing list