> From: Adrian Zara [mailto:adrian.z...@aonhewitt.com] 
> Subject: Re: Tomcat Causes Server to go Panic/Crash

> As you can see in the JAVA_OPTS setting, I have set the 
> max heap size to 1G which is 50% of the total physical 
> memory and, if I'm not mistaken, I think we are running
> only one application in the tomcat so I don't think it's
> memory related but still not sure.

Your problem highly likely is memory related.  By setting JAVA_OPTS instead of 
CATALINA_OPTS you are trying to run both the Tomcat process and the shutdown 
process with 1 GB heaps each, plus the amount of memory needed for code, 
stacks, and other data areas of the two processes, plus whatever else is 
running in the machine.  So put in a real JVM, set CATALINA_OPTS rather than 
JAVA_OPTS in setenv.sh, and try again.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to