Skip to content

Commit

Permalink
Update the number of nofile limits in containerd (kubernetes-sigs#9507)
Browse files Browse the repository at this point in the history
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
  • Loading branch information
ErikJiang authored and enneitex committed Jan 25, 2023
1 parent 8c7f9cb commit b304f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/container-engine/containerd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ containerd_additional_runtimes: []
# root: ""
# privileged_without_host_devices: true

containerd_base_runtime_spec_rlimit_nofile: 16384
containerd_base_runtime_spec_rlimit_nofile: 65535

containerd_default_base_runtime_spec_patch:
process:
Expand Down

0 comments on commit b304f6d

Please sign in to comment.