add these to your JAVA_OPTS when you start your jvm.-verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:/your/path/verbose-gc.log
tail the verbose gc log to see if the timing of your pause corresponds with a full gc.
On 15/01/10 03:59, Jerome L Quinn wrote:
Is this related to GC?