> From: Ryan Gies [mailto:[EMAIL PROTECTED] 
> Subject: OutOfMemory Exceptions and HTTP Processor Threads
> 
> I will get OutOfMemory Exceptions because there is no free 
> memory to instantiate the 3rd webapp, as the idle HTTP
> Connectors have consumed all available memory.

May or may not have anything to do with the Thread objects.  You could
be running out of PermGen space.  Read the FAQ entry on the subject:
http://tomcat.apache.org/faq/memory.html

> catalina.sh jpda start -Dcom.sun.management.jmxremote -Xmx30m -Xms30m

That's an awfully small heap size to have the JVM work with.  The
default on even tiny machines is 64m.

 - 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