We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d4154 commit b009642Copy full SHA for b009642
containerd.service
@@ -8,6 +8,11 @@ ExecStartPre=/sbin/modprobe overlay
8
ExecStart=/usr/local/bin/containerd
9
Delegate=yes
10
KillMode=process
11
+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
17
[Install]
18
WantedBy=multi-user.target
0 commit comments