AW: Allocated Heap Size Continuously Increase

2002-01-27 Thread Ralph Einfeldt
; An: Tomcat Users List > Betreff: RE: Allocated Heap Size Continuously Increase > > > The allocated heap size continuously increase. > > Change a.jsp to: > > <% java.lang.Runtime.getRuntime().gc() %> > > The allocated heap size remains uncha

RE: Allocated Heap Size Continuously Increase

2002-01-27 Thread Steve Wong
Memory Leak in JSP Engine of Tomcat?? Use ab of apache to hit a.jsp where a.jsp only contains: The allocated heap size continuously increase. Change a.jsp to: <% java.lang.Runtime.getRuntime().gc() %> The allocated heap size remains unc

Allocated Heap Size Continuously Increase

2002-01-27 Thread Steve Wong
I have a web application running on Apache1.3.20 with mod_ssl+Tomcat3.3+Jdk1.2.2 on Solaris 8. The allocated heap size of tomcat continuously increase until OutOfMemoryError occurs. I've used OptimizeIT Profiler to monitor it and discovered that four classes' object ins