mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
QM needs to be able to specify the maximum number of PIDs within the QM environment to ensure FFI. Picking a total of 10,000 Pids might be a rasonable constraint on the QM. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "--pids-limit" "8765432"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
PidsLimit=8765432
|