Skip to content

Commit

Permalink
Merge pull request #1799 from BenTheElder/nofileinfinity
Browse files Browse the repository at this point in the history
use infinity for LimitNOFILE
  • Loading branch information
k8s-ci-robot authored Aug 21, 2020
2 parents d58b1b1 + 2f17d25 commit 6dbfc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/files/etc/systemd/system/containerd.service
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Restart=always
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNPROC=infinity
LimitCORE=infinity
LimitNOFILE=1048576
LimitNOFILE=infinity
# Comment TasksMax if your systemd version does not supports it.
# Only systemd 226 and above support this version.
TasksMax=infinity
Expand Down

0 comments on commit 6dbfc9b

Please sign in to comment.