RFR: 8157023: Integrate NMT with JFR
Brice Dutheil
bdutheil at openjdk.org
Fri Dec 2 14:53:33 UTC 2022
On Fri, 2 Dec 2022 14:18:21 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Feel free to take part! I am especially interested in seeing concrete examples where NMT did help customers to lower memory footprint.
Actually it's not as much as reducing the memory footprint as it is sizing properly the memory constraints in a deployment unit (either the container and/or the JVM itself). That said this story goes beyond components's memory as reported by NMT to consider the actual process RSS as the dominant metric against OOMKills.
-------------
PR: https://git.openjdk.org/jdk/pull/11449
More information about the hotspot-dev
mailing list