mirror of
https://github.com/containers/podman.git
synced 2026-03-24 01:23:31 -04: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>
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
## assert-podman-final-args localhost/imagename
|
|
## assert-podman-args "--ulimit nproc:1234:5678"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Ulimit=nproc:1234:5678
|