mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #16546 from fj-tsubasa/pids-limit-man
[CI:DOCS] Modify man page of "--pids-limit" option to correct a default value.
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
####> are applicable to all of those.
|
||||
#### **--pids-limit**=*limit*
|
||||
|
||||
Tune the container's pids limit. Set to **-1** to have unlimited pids for the container. The default is **4096** on systems that support "pids" cgroup controller.
|
||||
Tune the container's pids limit. Set to **-1** to have unlimited pids for the container. The default is **2048** on systems that support "pids" cgroup controller.
|
||||
|
Reference in New Issue
Block a user