mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +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> |
||
|---|---|---|
| .. | ||
| build | ||
| ci | ||
| nmk | ||
| criu-ns | ||
| fake-restore.sh | ||
| feature-tests.mak | ||
| fetch-clang-format.sh | ||
| flake8.cfg | ||
| github-indent-warnings.py | ||
| install-criu-image-streamer.sh | ||
| magic-gen.py | ||
| protobuf-gen.sh | ||
| ruff.toml | ||
| systemd-autofs-restart.sh | ||
| tmp-files.sh | ||
| uninstall_module.py | ||