Add TaskMax=infinity
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
523b0b3c61
commit
9c54517920
@ -45,6 +45,7 @@ write_files:
|
||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||
LimitNPROC=infinity
|
||||
LimitCORE=infinity
|
||||
TasksMax=infinity
|
||||
ExecStartPre=/sbin/modprobe overlay
|
||||
ExecStart=/home/containerd/usr/local/bin/containerd
|
||||
|
||||
|
@ -45,6 +45,7 @@ write_files:
|
||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||
LimitNPROC=infinity
|
||||
LimitCORE=infinity
|
||||
TasksMax=infinity
|
||||
ExecStartPre=/sbin/modprobe overlay
|
||||
ExecStart=/home/containerd/usr/local/bin/containerd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user