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