Op donderdag, 22 juli 2010 14:14 schreef paul womack <pwom...@papermule.co.uk>:>
laredotornado wrote:
> Hi,
> > I'm using Tomcat 6.0.26, Java 1.6 and wondering what tools/strategies you
> use to tune your garbage collection parameters?

My main strategy is to see if I have any cripping GC problems.

If not, I leave the GC to its own (or Sun's) devices.

GC tuning is likely to be outdated/obseleted
almost as soon as you've done it.

    BugBear





Just run jstat -gc on your live server for a while and check the overhead of 
GC. If it is to high add some memory.

Ronald.

Reply via email to