Skip to content

Commit

Permalink
Update the number of nofile limits in containerd (#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 committed Nov 25, 2022
1 parent 4cd949c commit 4751089
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 @@ -26,7 +26,7 @@ containerd_additional_runtimes: []
# engine: ""
# root: ""

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 4751089

Please sign in to comment.