Andrés González wrote:

> Mmmm... i've been "investigating".
> 
> I think what you say iw the reason for
> jvm-max-memory != jvm-total-memory
> 
> The reason of "free memory"  being != "max-memory - total-memory" i
> think is that "free memory" does not mean "size of aditional memory
> that can be allocated by the jvm" BUT "size of the memory *already*
> alocated but not in use at the moment". That number, for example, gets
> high each time the gc is run.
> 
> So you could define the following ratios:
> 
> %free memory in the JVM = free/total * 100
> %memory allocated vs maximum memory allocatable = total/max * 100
> 
> Am i right?

As far as I am aware, yes you are exactly right.

Mark


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