java process memory usage is higher than Xmx
Aaron Daubman
daubman at gmail.com
Mon Jan 6 12:54:29 PST 2014
>
>
> I've tried jmap but the output doesn't say anything about high memory
> usage. FYI, the java process use a large heap (90GB), but the actual memory
> usage ($ top) is about 99GB.
>
>
Is this the RES column from top?
You might also see:
http://plumbr.eu/blog/why-does-my-java-process-consume-more-memory-than-xmx
Although I would not expect permgen and stack to sum up to 9G...
Are you using JNI, bytebuffers or anything else that would allocate
off-heap memory?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/attachments/20140106/77be33ea/attachment.html
More information about the hotspot-gc-use
mailing list