> -----Original Message-----
> From: Derek Mahar [mailto:DMahar@(protected)]
> Sent: Thursday, January 22, 2004 4:04 PM
>
> Would someone please decipher the following line in
> $CATALINA_HOME/logs/catalina.out?
>
> [GC 28827K->22937K(64896K), 0.0062130 secs]
A GC (not a Full GC) freed 6MB of unused garbage memory. Your Jvm currently have 64MB of memory allocated (Sun Jvm with default parameters, probably), and your application uses about 22937K (only a full GC will give you the exact value used at a time), you could increase it by using ms and mx parameters, but your application really don't need it at this step.
François.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)