mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 16:25:05 -05:00
image: lower file limit for containerd (#2815)
This commit is contained in:
parent
9a814f91b1
commit
120ae9d227
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue