RFR: 8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed

Severin Gehwolf sgehwolf at openjdk.org
Mon Jan 22 15:06:29 UTC 2024


On Mon, 22 Jan 2024 09:31:43 GMT, sendaoYan <duke at openjdk.org> wrote:

> 8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed

`1k` increments for a total of `512k` times seems overkill. Are you sure that's needed to make the test pass? How about `1MB` increments for a total of `512` times?

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

PR Review: https://git.openjdk.org/jdk/pull/17514#pullrequestreview-1836685784


More information about the core-libs-dev mailing list