DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11286>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11286 Tomcat threads not respond if increase JVM size Summary: Tomcat threads not respond if increase JVM size Product: Tomcat 3 Version: 3.2.3 Final Platform: All OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] currently I face the problem where if I use default JVM size I will get OutOfMemory error therefore I place "TOMCAT_OPTS=' -Xms32m -Xmx128m'" in tomcat.sh to allocate more memory to run my application BUT this causes another problem arise ie after some heavy usage of the application the tomcat not respond to any request (look like hang). This problem only occur to JSP & servlet that connect to db (I am using connectionPooling from www.javaexchange.com)BUT it didn't cause any problem to normal JSP & servlet. When this problem occured, the CPU activity drop to almost 0 (zero) Is there memory leak or threads problem ?? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>