From c01d2539377bed885e0656edabc399b6c065df2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PROFERIS=20-=20Mi=C2=B3osz=20Stocki?= Date: Tue, 7 Jul 2026 12:11:50 +0200 Subject: [PATCH] add memory limit to container --- deploy/wiji-web.container | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/wiji-web.container b/deploy/wiji-web.container index 69fe4ce..5aad405 100644 --- a/deploy/wiji-web.container +++ b/deploy/wiji-web.container @@ -7,6 +7,10 @@ After=network-online.target Image=localhost/wiji-web:latest ContainerName=wiji-web PublishPort=8421:8421 +Memory=64m + +[Service] +MemoryAccounting=yes [Install] WantedBy=default.target