https://issues.apache.org/bugzilla/show_bug.cgi?id=50989
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-03-29 11:40:52 EDT --- The usual pitfall in the tests like this one is that you forget to add session="false" to your <%@page%> declaration. The result is that you get a ton of session objects eating up memory. Additional notes: 1) Support questions should be sent to the users mailing list. Bugzilla is not a place for them. 2) If there is a memory leak, you should better take some preliminary steps to analyze it. E.g., start with taking a memory dump and use some tool to look what eats up memory, e.g. Eclipse MAT [1]. More information might be in the Wiki and in the archives of the mailing list. Ask on the list if additional help is needed. [1] http://eclipse.org/mat/ -- 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