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:
Daniel J Walsh
2022-11-18 14:21:51 -05:00
committed by GitHub

View File

@ -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.