> From: Rahul Tandon [mailto:[EMAIL PROTECTED] > Subject: OutOfMemoryError > > Caused by: java.lang.OutOfMemoryError: unable to create new > native thread > > I am checking vmstat at this time and see 3GB free memory.
You appear to have hit a limitiation on the number of threads you can create within your user process space; you have not run out of JVM heap. (Note that this has nothing to do with the amount of RAM on your system or how much of it is in use.) By increasing the portion of user process space reserved for the JVM heap, you are reducing the amount left over for other things, such as threads and file descriptors. How many threads have you configured for the Tomcat connectors? - 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]