Skip to content

Commit ff90b03

Browse files
authored
Merge pull request #3202 from crosbymichael/nofile
Set nofile to 1048576
2 parents acca107 + 1a1f8f1 commit ff90b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containerd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ KillMode=process
1313
# in the kernel. We recommend using cgroups to do container-local accounting.
1414
LimitNPROC=infinity
1515
LimitCORE=infinity
16-
LimitNOFILE=infinity
16+
LimitNOFILE=1048576
1717
# Comment TasksMax if your systemd version does not supports it.
1818
# Only systemd 226 and above support this version.
1919
TasksMax=infinity

0 commit comments

Comments
 (0)