You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/07/30 14:03:26 UTC

DO NOT REPLY [Bug 11286] New: - Tomcat threads not respond if increase JVM size

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: tomcat-dev@jakarta.apache.org
        ReportedBy: cheesang@hotmail.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>