> From: Matt Burkhardt [mailto:[EMAIL PROTECTED]
> Subject: Memory question
>
> JAVA_OPTS="${JAVA_OPTS} -Djava.awt.headless=true -Xms512M -Xmx512M
> -XX:PermSize=256M -XX:MaxPermSize=256M

It's a bad idea to set JAVA_OPTS globally, since you have no idea who's going 
to be looking at it.  Also, you're missing the closing quote.

> Free memory: 23.34 MB Total memory: 63.56 MB Max memory: 63.56 MB

Obviously, the JAVA_OPTS didn't make it into the Tomcat process.  Do you see 
the JAVA_OPTS variable from a regular terminal session?  Why not set JAVA_OPTS 
in just the process that kicks off the Tomcat startup script?

 - 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