> From: Andrew Hole [mailto:andremailingl...@gmail.com]
> Subject: Re: tomcat process memory
> 
> At this moment I've 501 heap allocated memory and 146 non-heap.

If you're using a HotSpot JVM (again, you didn't tell us) with YourKit, heap 
memory is the space consumed by allocations in the young and old generations, 
and non-heap is JIT-generated code and permanent generation.  The exact 
components of the non-heap space also vary depending on whether class sharing 
is on or not (on by default in client mode, not available in server mode).

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to