Hello

Following advice found elsewhere on the internet, I've just added the
following line to the catalina.bat file in my installation of tomcat 6.0.26:

set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=128m

I know that settings:

Xms128m -Xmx512m

Control the initial heap size and what it can expand to. But what exactly
is:

-XX:MaxPermSize=128m

Should it be set to an addition of the other settings, or the other settings
to an addition of it?

Thanks

Martin O'Shea



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to