Skip to content

Commit 6c74c39

Browse files
authored
Merge pull request #4475 from thaJeztah/minor_systemd_updates
systemd: use LimitNOFILE=infinity instead of hard-coded max value
2 parents 09814d4 + c691c36 commit 6c74c39

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
@@ -30,7 +30,7 @@ RestartSec=5
3030
# in the kernel. We recommend using cgroups to do container-local accounting.
3131
LimitNPROC=infinity
3232
LimitCORE=infinity
33-
LimitNOFILE=1048576
33+
LimitNOFILE=infinity
3434
# Comment TasksMax if your systemd version does not supports it.
3535
# Only systemd 226 and above support this version.
3636
TasksMax=infinity

0 commit comments

Comments
 (0)