> From: Jacob Rhoden [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat 6 Manager App question (Memory usage)
> 
> Free memory: 0.86 MB Total memory: 9.35 MB Max memory: 63.56 MB
> 
> What is the difference between total memory and max memory.

Total memory is the current size of the heap (somewhere between the -Xms
and -Xmx values); max memory is the upper bound on heap size (-Xmx).
Free memory is the amount of total memory that is not currently
allocated to objects.

A list of useful references:
http://java.sun.com/javase/technologies/hotspot/gc/index.jsp

 - 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