Skip to content

Commit

Permalink
fix(kiss): increase default nofile limit to 1048576
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed May 23, 2024
1 parent f78bd81 commit d8a828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bootstrap/node/ansible/defaults/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ all:
## Also this makes possible to use different container manager for etcd nodes.
container_manager: containerd

containerd_base_runtime_spec_rlimit_nofile: 524288
containerd_base_runtime_spec_rlimit_nofile: 1048576

# Containerd conf default dir
containerd_storage_dir: "/var/lib/containerd"
Expand Down

0 comments on commit d8a828b

Please sign in to comment.