Use KillMode=mixed for iso containerd

pull/11666/head
Ilya Zuyev 2021-06-10 19:21:05 -07:00
parent 5331cbeb8f
commit 6dfbd6feea
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ExecStart=/usr/bin/containerd \
--root ${PERSISTENT_DIR}/var/lib/containerd
TasksMax=8192
Delegate=yes
KillMode=process
KillMode=mixed
LimitNOFILE=1048576
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.