RFR: 8253727: [cgroups v2] Memory and swap limits reported incorrectly [v4]
Severin Gehwolf
sgehwolf at openjdk.java.net
Wed Sep 30 10:10:38 UTC 2020
On Tue, 29 Sep 2020 19:00:57 GMT, Bob Vandette <bobv at openjdk.org> wrote:
>> Severin Gehwolf has refreshed the contents of this pull request, and previous commits have been removed. The
>> incremental views will show differences compared to the previous content of the PR.
>
> Marked as reviewed by bobv (Committer).
Account for interface files for swap and memory being reported independently.
The cgroup v1-like value is now reported by adding the memory.max value to
the memory.swap.max value, and memory.current and memory.swap.current
respectively.
-------------
PR: https://git.openjdk.java.net/jdk/pull/384
More information about the hotspot-runtime-dev
mailing list