Re: Debugging my Connector/J based Tomcat Servlet
Niklas Saers <[email protected]> Fri, 10 Jul 2009 18:08:22 +0200
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
On Jul 10, 2009, at 5:29 PM, Simon Ohlmer wrote: > Sorry for asking more questions but what is the version of the JVM/ > Tomcat? Do you run System.gc() at the finish of the servlet > execution? Have you monitored the amount of times the gc is > executing (memmory graph)? No problem at all. :-) Java 1.5.0 with Tomcat 5.0.something (don't remember just now). I don't run System.gc() ever, I let the servlet do that. How should I monitor the amount of times the GC runs? Cheers Nik