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=20266>. 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=20266 Tomcat memory profiler Summary: Tomcat memory profiler Product: Tomcat 4 Version: 4.1.18 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I run a memory profiler against Tomcat, I see that the number of String, char[], Object[], and short[] objects is increasing about one a second. All I did was start Tomcat. No web applications are running, and no HTTP requests are begin sent to the server. I even commented out all the <Context> entries in the server.conf file. The number of String instances grows from around 18,000 to 20,000, then eventually resets back to 18,000 (the garbage collector runs?) This seems like buggy behavior -- why are so many new Strings being created? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]