"Neeraj Vora" <[EMAIL PROTECTED]> writes:

> I have been using Tomcat 5.5.7 for a long time without any issues on Solaris 
> 10 and Oracle 9. Recently I added a couple of apps (total is under a dozen 
> and load is quite low) and something very strange is observed. Around once a 
> day a user will report that one or the other app (sometimes 2-3 at the same 
> time) does not respond. [ ... ]

Could it be the garbage collector running?

Try adding '-verbose:gc -XX:+PrintGCTimeStamps' to your CATALINA_OPTS,
and have a look in your catalina.out when then problems occurs.

Unfortunately the timestamps printed by the garbage collector is
seconds since the JVM was started, which can be a bit confusing.

You can tune the garbage collector to be more efficient or to aim for
shorter pauses, but be aware that some of the collector options might
cause instability of the JVM.

-- 
Jacob


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to