docs: Document pids limit for crio
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
e49dd34657
commit
c58bcc4ccf
2 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,9 @@ set the CPU profile file path
|
|||
**--pause-image**=""
|
||||
Image which contains the pause executable (default: "kubernetes/pause")
|
||||
|
||||
**--pids-limit**=""
|
||||
Maximum number of processes allowed in a container (default: 1024)
|
||||
|
||||
**--root**=""
|
||||
CRIO root dir (default: "/var/lib/containers/storage")
|
||||
|
||||
|
|
|
@ -54,6 +54,9 @@ The `crio` table supports the following options:
|
|||
**conmon_env**=[]
|
||||
Environment variable list for conmon process (default: ["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",])
|
||||
|
||||
**pids_limit**=""
|
||||
Maximum number of processes allowed in a container (default: 1024)
|
||||
|
||||
**runtime**=""
|
||||
OCI runtime path (default: "/usr/bin/runc")
|
||||
|
||||
|
|
Loading…
Reference in a new issue