Washburn, Brian J [IT] wrote:
Also if the application is a web app with any kind of response time
requirements I would strongly suggest that you use
[set of four options]
My suggestion is to first get a feel for the current gc behaviour with
jstat on the server:
jstat -gc -t -h25 $pid 5000
Then look at the document describing garbage collection on Sun 1.6 JVMs:
http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html
The solution to better GC behaviour may be as simple as choosing the
right collector, as explained in the section "Selecting a Collector".
Regards,
Oliver Schoett
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org