> From: evebill8 [mailto:evebi...@hotmail.com]
> Subject: Heap size rule for Tomcat 5.5
> 
> I heard the rule to set the Tomcat's heap size is 2/3 of the memory.

That sounds like nonsense.  The minimum size of your heap is whatever you need 
to handle the expected load on your applications.  The maximum is whatever you 
can get away with that doesn't induce swapping and still leaves adequate room 
for whatever file cache you need to support the local disk I/O you're doing 
(usually not much unless your DB server is on the same box).  You have to 
measure your own environment to see what works best.

 - 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