Integrated: 8292541: [Metrics] Reported memory limit may exceed physical machine memory

Jonathan Dowland jdowland at openjdk.org
Fri Aug 26 16:25:30 UTC 2022


On Thu, 25 Aug 2022 09:50:44 GMT, Jonathan Dowland <jdowland at openjdk.org> wrote:

> When the container memory exceeds the physical host's memory, the Java metrics reporting is wrong.
> 
> https://bugs.openjdk.org/browse/JDK-8292541
> 
> This is the equivalent core-libs fix for Hotspot's [JDK-8292083](https://bugs.openjdk.org/browse/JDK-8292083)
> (https://github.com/openjdk/jdk/pull/9880)

This pull request has now been integrated.

Changeset: 9a0d1e7c
Author:    Jonathan Dowland <jdowland at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9a0d1e7ce86368cdcade713a9e220604f7d77ecf
Stats:     61 lines in 3 files changed: 45 ins; 9 del; 7 mod

8292541: [Metrics] Reported memory limit may exceed physical machine memory

Reviewed-by: stuefe, sgehwolf

-------------

PR: https://git.openjdk.org/jdk/pull/10017


More information about the hotspot-runtime-dev mailing list