-- You have too many threads running. Some OS's have a limit to the number of threads which may be executed by a single process. (Which is what the JVM is.) Refer to your OS docs for more information on how to raise this threshold.
-Tim
Abhijeet Selukar wrote:
Hi, I tried to increase the heap size to 1200 MB in catalina.sh file (JAVA_OPTS="-Xms64m -Xmx1200m"), It didn't work. I was suggested one more way is to increase the server's maximum file descriptor limit. But I don't know where to increase this limit. Apart from that, is there any other way / utility to find out the root cause of OOM in catalina.out log file.
Abhijeet
----- Original Message ----- From: Tim Funk To: Tomcat Users List Sent: Wednesday, November 19, 2003 7:50 PM
Subject: Re: OutOfMemory Error in Catalina
It may not be a leak ... http://jakarta.apache.org/tomcat/faq/memory.html#why
-Tim
Abhijeet Selukar wrote:
> Hi All,
> > Now a days i am stuck with a problem. I get exceptions in Catalina.out log file when my web application is running on that.
> > Is there any utility to find out, from where or from which files the memory is leaking...
> > For your information, putting the exception here...
> ****************
> java.lang.OutOfMemoryError: unable to create new native thread
> at java.lang.Thread.start(Native Method)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
