diff options
author | Urvashi Mohnani <umohnani@redhat.com> | 2021-09-29 16:22:55 -0400 |
---|---|---|
committer | Urvashi Mohnani <umohnani@redhat.com> | 2021-09-29 16:22:55 -0400 |
commit | c25cc7230fa1d54903728626584d30808539cc04 (patch) | |
tree | 436f89e19d5782c348a9e893eeaffd7d0ba1b4cb /docs/source/markdown/podman-create.1.md | |
parent | d987f26f1e2449d3237faa0b873d82ce5a89e0ee (diff) | |
download | podman-c25cc7230fa1d54903728626584d30808539cc04.tar.gz podman-c25cc7230fa1d54903728626584d30808539cc04.tar.bz2 podman-c25cc7230fa1d54903728626584d30808539cc04.zip |
Allow a value of -1 to set unlimited pids limit
Users can set --pids-limit to -1 now to set unlimited
pids limit for a container - this matches the convention.
[NO TESTS NEEDED]
Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index f63f5ca9c..c8d01b2f8 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -728,7 +728,7 @@ Default is to create a private PID namespace for the container #### **--pids-limit**=*limit* -Tune the container's pids limit. Set `0` to have unlimited pids for the container. (default "4096" on systems that support PIDS cgroups). +Tune the container's pids limit. Set `-1` to have unlimited pids for the container. (default "4096" on systems that support PIDS cgroups). #### **--platform**=*OS/ARCH* |