Add support for container pids limit
We add a daemon level setting and will add a container override once it is supported in CRI. Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
e949508b17
commit
e49dd34657
4 changed files with 29 additions and 0 deletions
|
@ -98,6 +98,9 @@ apparmor_profile = "{{ .ApparmorProfile }}"
|
|||
# for the runtime.
|
||||
cgroup_manager = "{{ .CgroupManager }}"
|
||||
|
||||
# pids_limit is the number of processes allowed in a container
|
||||
pids_limit = {{ .PidsLimit }}
|
||||
|
||||
# The "crio.image" table contains settings pertaining to the
|
||||
# management of OCI images.
|
||||
[crio.image]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue