diff --git a/setup/container/systemd/apphealthtask.service b/setup/container/systemd/apphealthtask.service index cd00dff2f..b943e0974 100644 --- a/setup/container/systemd/apphealthtask.service +++ b/setup/container/systemd/apphealthtask.service @@ -13,4 +13,4 @@ KillMode=process User=yellowtent Group=yellowtent Restart=on-failure - +MemoryLimit=50M diff --git a/setup/container/systemd/box.service b/setup/container/systemd/box.service index 020308f77..8df645751 100644 --- a/setup/container/systemd/box.service +++ b/setup/container/systemd/box.service @@ -13,4 +13,5 @@ KillMode=process User=yellowtent Group=yellowtent Restart=on-failure +MemoryLimit=700M diff --git a/setup/container/systemd/janitor.service b/setup/container/systemd/janitor.service index c76f411c0..3d72a0b06 100644 --- a/setup/container/systemd/janitor.service +++ b/setup/container/systemd/janitor.service @@ -13,4 +13,5 @@ KillMode=process User=yellowtent Group=yellowtent Restart=on-failure +MemoryLimit=50M diff --git a/setup/container/systemd/oauthproxy.service b/setup/container/systemd/oauthproxy.service index cb8a69833..d51ea0a2a 100644 --- a/setup/container/systemd/oauthproxy.service +++ b/setup/container/systemd/oauthproxy.service @@ -13,4 +13,5 @@ KillMode=process User=yellowtent Group=yellowtent Restart=on-failure +MemoryLimit=50M