We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777cc50 commit 4972e3fCopy full SHA for 4972e3f
1 file changed
containerd.service
@@ -6,13 +6,17 @@ After=network.target
6
[Service]
7
ExecStartPre=/sbin/modprobe overlay
8
ExecStart=/usr/local/bin/containerd
9
+
10
Delegate=yes
11
KillMode=process
-LimitNOFILE=1048576
12
# Having non-zero Limit*s causes performance problems due to accounting overhead
13
# in the kernel. We recommend using cgroups to do container-local accounting.
14
LimitNPROC=infinity
15
LimitCORE=infinity
16
+LimitNOFILE=infinity
17
+# Comment TasksMax if your systemd version does not supports it.
18
+# Only systemd 226 and above support this version.
19
+TasksMax=infinity
20
21
[Install]
22
WantedBy=multi-user.target
0 commit comments