Java out of memory error

2010-10-20 Thread rujin raj
Hi all, In my tomcat application server frequently i am getting the java out of memory error. *Error:* 20 Oct, 2010 1:09:41 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError: unable to create new native thread) executing

Re: Java out of memory error

2010-10-20 Thread Pid
On 20/10/2010 09:15, rujin raj wrote: Hi all, In my tomcat application server frequently i am getting the java out of memory error. *Error:* 20 Oct, 2010 1:09:41 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError: unable

Re: Java out of memory error

2010-10-20 Thread rujin raj
collection using the Lambda probe tomcat monitor whether it will affect any user sessions or anything?? Rujinraj On 20 October 2010 15:44, Pid p...@pidster.com wrote: On 20/10/2010 09:15, rujin raj wrote: Hi all, In my tomcat application server frequently i am getting the java out of memory

RE: Java out of memory error

2010-10-20 Thread Caldarale, Charles R
From: rujin raj [mailto:rujin...@gmail.com] Subject: Re: Java out of memory error Windows 2008 ent Server 64 bit is installed. Tomcat and JAVA are 32 bit You're never going to be able to run that many threads in a 32-bit process. Use a 64-bit JVM, or reduce the max threads count

Java out of memory error

2010-10-14 Thread rujin raj
as 1200MB and thread stack size as blank.More over I am not able to set the minimum pool size more than 1024 MB. How can I increase the JVM memory more than 1GB?? What might me the cause for java out of memory error? How to resolve the problem? Please help me to resolve the problem. Regards

Re: Java out of memory error

2010-10-14 Thread Juha Laiho
me the cause for java out of memory error? How to resolve the problem? I'm a bit uncertain of the error message, however: it may be that it's not actually JVM memory that is exhausted, but threads. Could it be that your application is starting new threads, but not disposing of them properly

Re: Java out of memory error

2010-10-14 Thread Christopher Schultz
want more memory, although memory probably isn't your real problem. What might me the cause for java out of memory error? How to resolve the problem? Note the entire message: java.lang.OutOfMemoryError: unable to create new native thread. It doesn't say it's out of heap space, it says