mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
image: lower file limit for containerd (#2815)
This commit is contained in:
parent
9a814f91b1
commit
120ae9d227
@ -1,3 +1,11 @@
|
||||
[Service]
|
||||
ExecStart=
|
||||
ExecStart=/usr/bin/containerd --config /usr/etc/containerd/config.toml
|
||||
|
||||
# Until https://github.com/containerd/containerd/pull/8924 lands in our
|
||||
# containerd version, we need to decrease the default ulimit that
|
||||
# is set in the upstream containerd service of infinity which newer
|
||||
# systemd versions resolve to 2**30 which is way too large and
|
||||
# results in various inspecific errors such as excessive resource (e.g., memory)
|
||||
# usage.
|
||||
LimitNOFILE=524288
|
||||
|
Loading…
Reference in New Issue
Block a user