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

Re: Java out of memory error

2010-10-20 Thread rujin raj
JAVA? If i Force Garbage collection using the Lambda probe tomcat monitor whether it will affect any user sessions or anything?? Rujinraj On 20 October 2010 15:44, Pid wrote: > On 20/10/2010 09:15, rujin raj wrote: > > Hi all, > > > > In my tomcat application server frequ

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 &g

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-14 Thread Christopher Schultz
ks like you are on a 32-bit JVM. Try upgrading to a 64-bit JVM if you 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: unab

Re: Java out of memory error

2010-10-14 Thread Juha Laiho
ght 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

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