Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

RE: -verbose:gc

Francois JEANMOUGIN

2004-01-22




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



©2008 junlu.com - Jax Systems, LLC, U.S.A.