mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 05:09:35 +00:00
QM needs to be able to specify the maximum number of open files within the QM environment to ensure FFI. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
6 lines
159 B
Text
6 lines
159 B
Text
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "--ulimit nproc:1234:5678"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Ulimit=nproc:1234:5678
|