> For newer `runc`, `--pids-limit=0` ends up capping the number of threads to > 1 instead of "Unlimited". > > This PR reverts the > [JDK-8274506](https://bugs.openjdk.org/browse/JDK-8274506) workaround for the > issue we had with Podman 3.3.1. > > [0] - https://github.com/opencontainers/runc/pull/4949 > [1] - https://docs.podman.io/en/v4.4/markdown/options/pids-limit.html > [2] - https://github.com/podman-container-tools/podman/pull/11794 > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Ivan Bereziuk has updated the pull request incrementally with one additional commit since the last revision: keep UNLIMITED_PIDS (-1) as contant for readability ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32877/files - new: https://git.openjdk.org/jdk/pull/32877/files/1e2800b5..eb674edb Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32877&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32877&range=00-01 Stats: 11 lines in 2 files changed: 2 ins; 0 del; 9 mod Patch: https://git.openjdk.org/jdk/pull/32877.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32877/head:pull/32877 PR: https://git.openjdk.org/jdk/pull/32877
