Andrés González wrote: > Hi. > > I'm searching a way to understand every detail of the manager/status > page. I've tried the doc, the source code... but can't answer > something like: > > - why is jvm-free-memory != jvm-max-memory - jvm-total-memory
Because the initial memory java requests (-Xms option) isn't the same as the maximum memory it is able to request (-Xmx option). HTH, 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]