RFR: 8253714: [cgroups v2] Soft memory limit incorrectly using memory.high
Severin Gehwolf
sgehwolf at openjdk.java.net
Mon Sep 28 16:09:52 UTC 2020
On Mon, 28 Sep 2020 15:59:35 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Tests using `--memory-reservation` started to fail with newer `crun` cgroups v2-capable runtime. It turns out it was
> incorrectly setting `memory.high` in an early version and got fixed to set `memory.low` now instead. This change
> accounts for that.
@bobvandette Could you please take a look? Thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/381
More information about the hotspot-runtime-dev
mailing list