You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jacob Rhoden <ja...@rhoden.id.au> on 2007/06/02 09:21:58 UTC

Tomcat 6 Manager App question (Memory usage)

Hi,

The manager application status page reports the following regarding 
memory usage:

Free memory: 0.86 MB Total memory: 9.35 MB Max memory: 63.56 MB

I am confused about what this means. What is the difference between 
total memory and max memory. Is the free memory what is left of total 
memory, or maximum memory?

Best Regards,
Jacob

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Tomcat 6 Manager App question (Memory usage)

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Jacob Rhoden [mailto:jacob@rhoden.id.au] 
> 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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org