From 3d17e25764dae5c9e046e7ca764548f85cf11bef Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 8 Mar 2026 19:43:05 +0100 Subject: [PATCH] fix(helm): bump dragonfly memory limit to 512Mi DragonflyDB requires 256MiB minimum per thread. With container overhead the 256Mi limit is insufficient, causing immediate exit. --- backend/deploy/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/deploy/helm/values.yaml b/backend/deploy/helm/values.yaml index ace0939..45d9010 100644 --- a/backend/deploy/helm/values.yaml +++ b/backend/deploy/helm/values.yaml @@ -128,7 +128,7 @@ dragonfly: memory: 128Mi limits: cpu: 200m - memory: 256Mi + memory: 512Mi # Migration job (Helm pre-install/pre-upgrade hook) migrate: