> From: abdul razack [mailto:sh_abd...@yahoo.com]
> Subject: Tomcat - Xms and Xmx size
> 
>  Please let me know whether maximum and minimum heap size can be
> configured to 512MB.  What is the upper limit? I am using RAM 3.5GB.

The amount of RAM is largely irrelevant.  On a 32-bit Windows system, heap size 
is limited to around 1.5G when using 2GB process space, a bit more with 3GB 
process space.  However, raising the heap size will only postpone the 
inevitable - you need to fix your memory leak.  Use a profiler to find out 
what's consuming the heap space, and then fix it.  Even the free profilers 
included in the JDK will help.

 - 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