> From: Robert J Morman [mailto:[EMAIL PROTECTED]
> Subject: Questions regarding MaxPermGen
>
> 1. In Tomcat6w.exe, I set one java_opt to include -XX:MaxPermGen=128m,
> but the tomcat service then does not start up.

It's MaxPermSize, not MaxPermGen; invalid options will stop the JVM during 
initialization.

> When I change it to be -DXX:MaxPermGen=128m

All that does is set a system property with the name "XX:MaxPermGen" - not 
terribly useful.

> 2.  How can I verify PermGen max size has been increased other than
> using Lambda probe (to keep LP honest).

Try JConsole - shows more heap information than LambdaProbe, and doesn't 
require installation of an additional webapp.  You'll find it in your JDK bin 
directory.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to