> From: Scott Mueller [mailto:[EMAIL PROTECTED] 
> Subject: Re: Running out of memory too easily in Tomcat 6.0.16
> 
> Charles, where's the proper place to put the heap/permgen
> allocation settings in tomcat's scripts?

You don't modify the scripts themselves.  Set whatever options you need
in the JAVA_OPTS environment variable prior to running the scripts.  For
example:

JAVA_OPTS=-XX:MaxPermSize=256m -Dcom.sun.management.jmxremote

(The latter lets you run JConsole against the Tomcat instance.)

 - 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