> 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
>
Hi Mark,
On Thu, Apr 8, 2010 at 1:48 PM, Mark Thomas wrote:
> On 08/04/2010 12:12, Gregor Schneider wrote:
>> Anybody has an idea what I might be missing here?
>
> That Java Heap Space + Perm Gen Space < OS process Space
>
> You are missing the memory used for:
> - native code
> - gc
> - thread s
On 08/04/2010 12:12, Gregor Schneider wrote:
> Anybody has an idea what I might be missing here?
That Java Heap Space + Perm Gen Space < OS process Space
You are missing the memory used for:
- native code
- gc
- thread stacks
to name a few.
Mark
--