RFR: 8356277: containers/docker/TestPids.java: Limit value 19128 is not accepted as unlimited

Jan Kratochvil jkratochvil at openjdk.org
Fri May 9 13:49:50 UTC 2025


On Fri, 9 May 2025 13:24:45 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> $ grep DefaultTasksMax /etc/systemd/system.conf
> DefaultTasksMax = 31000

That does not work for me.


/usr/lib/systemd/system.conf:DefaultTasksMax=31000
systemd-255.18-1.fc40.x86_64
java.lang.RuntimeException: Limit value 19128 is not accepted as unlimited, log line was [0.096s][trace][os,container] Maximum number of tasks is: 19128


Plus it is questionable why to require system reconfiguration when it can be fixed in the testsuite.

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

PR Comment: https://git.openjdk.org/jdk/pull/25067#issuecomment-2866622289


More information about the hotspot-runtime-dev mailing list