Caldarale, Charles R wrote:
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
You can put all of these settings in $CATALINA_HOME/bin/setenv.sh and the default tomcat scripts will source that script before running java.

Mark

---------------------------------------------------------------------
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