> From: Christoph Sperle [mailto:[EMAIL PROTECTED] 
> Subject: RE: Memory usage problem
> 
> Do you have a hint to restrict/reduce the overall process 
> memory tomcat uses.

1) Eliminate unnecessary items in server.xml (e.g., unused connectors).

2) Reduce the number of threads configured for each connector.

3) Don't deploy any unnecessary webapps (eats up file descriptors).

4) Package webapp classes into as few jars as possible (more file
descriptors).

5) Insure the applications aren't opening files or starting auxiliary
threads unnecessarily.

Don't know how much any of the above will help, since the impact is very
dependent on the particular OS you're using and how efficient it is at
conserving resources.

 - 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