> From: David Delbecq [mailto:[EMAIL PROTECTED] 
> Subject: Re: Very Long Full GC after Inactivity
> 
> check the jvm runs in "server" mode (check there is a '-server'
> parameter given to jvm startup). Server and client mode have different
> GC mecanisms.

That's not correct; the set of GC algorithms available for server and
client are identical, but the default heap sizes are different.

For initial problem analysis, turn on -verbose:gc if you haven't
already, and use JConsole to look at the heap usage.  You may need a
profiler to find out just what objects are hanging around and causing
the long pause.

You might want to try running with a later JVM - a 1.5 or 6 version
should give you reduced pause times as well as better performance
overall.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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