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
Hi, >>789 errors for only 81Mb sent seems a little high. Are you load testing or is this in production? Is there any modification required in configuration file? Thia is production machine. How can I test the load how much it will capable? >>How much memory does the machine have? The Physical m

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

Re: Java out of memory error

2010-10-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rujin, On 10/14/2010 7:19 AM, rujin raj wrote: > I have Installed tomcat 5.5.20 on my windows 2008 server with 32 GB > physical memory and the Java version is jre1.6.0. Just a note: 5.5.20 is over 4 years old. You should really upgrade to 5.5.30 or e

Re: Java out of memory error

2010-10-14 Thread Juha Laiho
On 10/14/2010 02:19 PM, rujin raj wrote: I have Installed tomcat 5.5.20 on my windows 2008 server with 32 GB physical memory and the Java version is jre1.6.0. Is the OS installation 64-bit or 32-bit? If the application is 64-bit, is the Java installation 64-bit or 32-bit? (I suppose your Java