mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 01:26:22 +00:00
The --pids-limit=0 value does not disable the pids limit in current podman versions. The podman documentation specifies that -1 means unlimited. With --pids-limit=0, the thread-bomb test fails on the second run (after restore) because each of the 1024 threads tries to create a new thread, exceeding the container's pids limit and causing pthread_create() to return EAGAIN. Change --pids-limit=0 to --pids-limit=-1 to properly disable the pids cgroup limit. Assisted-by: Claude:claude-opus-4-6 Signed-off-by: Adrian Reber <areber@redhat.com> |
||
|---|---|---|
| .. | ||
| riscv64-cross | ||
| asan.sh | ||
| ci-after-success.sh | ||
| docker-test.sh | ||
| docker.env | ||
| java-test.sh | ||
| loongarch64-qemu-test.sh | ||
| Makefile | ||
| podman-test.sh | ||
| prepare-for-fedora-rawhide.sh | ||
| run-ci-tests.sh | ||
| vagrant.sh | ||