Files
podman/test/e2e/quadlet/pids-limit.container
Daniel J Walsh 4ed3273f68 Add support for PidsLimit in quadlet
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>
2023-09-13 14:32:35 -04:00

7 lines
152 B
Plaintext

## assert-podman-final-args localhost/imagename
## assert-podman-args "--pids-limit" "8765432"
[Container]
Image=localhost/imagename
PidsLimit=8765432