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 memory of the system is 32GB. >>How much is allocated to Tomcat? 1GB is allocated for JAVA. Not able to allocate more memory for java >>What operating system is it? Windows 2008 ent Server 64 bit is installed. Tomcat and JAVA are 32 bit What is the Garbage collection in 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 <[email protected]> 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 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 > > org.apache.tomcat.util.net.leaderfollowerworkerthr...@d3e5cc, > terminating > > thread > > > > > > *Server.Xml Config:* > > > > *http-443* > > Current thread count: 1000 > > Current threads busy: 923 > > Max threads: 5000 > > Max spare threads: 1175 > > Min spare threads: 500 > > Max time (ms): 156766 > > Processing time (ms): 63838188 > > Request count: 13233 > > Error count: 789 > > Received: 392Kb Sent: 81Mb > > > > Is this configuration is normal or any modification required to work the > > application proper?? > > 5000 threads might be a little excessive, depending on what your > application is doing and how much memory a thread consumes versus how > much resource the physical machine has. > > 789 errors for only 81Mb sent seems a little high. Are you load testing > or is this in production? > > How much memory does the machine have? > > How much is allocated to Tomcat? > > What operating system is it? > > > p > > > Tomcat Version:Apache Tomcat 5.5.20 > > Java JRE 1.6.0 > > > > Regards > > rujinraj > > > >
