Java's memory consumption inside a Openshift 4 container
Updated -
The article Why does the JVM consume more memory than the amount given to -Xmx? covers a core detail on how Red Hat OpenJDK's (and Java 8+) in general behaves in terms of memory usage, where the heap is just part of the total JVM memory consumption and the other part is the off-heap (so called native usage).
Specifically in terms o...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.