Use KillMode=mixed for iso containerd
parent
5331cbeb8f
commit
6dfbd6feea
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue