https://issues.apache.org/bugzilla/show_bug.cgi?id=50863
Summary: Memory usage increase after JSP compilation Product: Tomcat 6 Version: 6.0.32 Platform: PC Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: sebastien.mur...@gmail.com Created an attachment (id=26726) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26726) PrintScreen of YourKit. I run Tomcat 6.0.32 in a memory profiler (Yourkit) and I discover after every jsp compilation the memory usage increase. I put the parameter fork=true, but still, every time the JspServlet is call, the JDTCompiler is not release and JspServlet too. When you have a lots a jsp pages to compile, tomcat will generate a OutOfMemory exception very fast. Any tips? Thanks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org