[jboss-user] [Performance Tuning] - Re: JBoss memory usage

frankgrimes do-not-reply at jboss.com
Fri Sep 8 14:13:24 EDT 2006


The maximum memory size of the VM process is not simply java heap (-Xmx) + perm generation (-XX:MaxPermSize).

e.g. There is also the native code of the VM itself which needs to reside in memory, and more. (off the top of my head I don't remember everything else that's loaded)

The following threads discuss the issue:
http://forum.java.sun.com/thread.jspa?threadID=551003&messageID=2691640
http://forums.bea.com/bea/thread.jspa?threadID=600016553&tstart=0

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

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



More information about the jboss-user mailing list