G Kontos wrote:
> The server has a total of 432 MB of memory, 90MB initial
> Heap size for tomcat, 180MB max heap size.

In this day and age, that's bordering on tiny.  Besides the likely I/O problem, 
you may be doing a lot of garbage collections.  You certainly want -Xms the 
same as -Xmx with such a small space.  Try running JConsole against your server 
to look at GC data (or enable the -verbose:gc option).

 - 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