> From: Gregor Schneider [mailto:rc4...@googlemail.com]
> Subject: Re: Strange memory-behaviour using Tomcat Native
> 
> That means, for those "administrative" stuff in the first example less
> than 100M is used, but in the 2nd example it's more than double the
> size - is such a common behaviour?

The virtual memory numbers you're looking at are all "funny money" - just space 
that's reserved, not necessarily being used.  What the OS chooses to allocate 
for each thread (along with what the JVM grabs) is not readily controllable, 
and that has to be added to space for the code, C heap, file mappings, etc., 
that Mark already referred to.  There's really not any point in worrying about 
this.

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

Reply via email to