From ce4874a9225e95e5dfe17a1902b3360dfeabbc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Mon, 8 Sep 2025 11:07:03 +0200 Subject: [PATCH] chore(openproject): Avoid OOM kills in dev deployments --- helmfile/environments/default/resources.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/environments/default/resources.yaml.gotmpl b/helmfile/environments/default/resources.yaml.gotmpl index 9b97544b..903d8d92 100644 --- a/helmfile/environments/default/resources.yaml.gotmpl +++ b/helmfile/environments/default/resources.yaml.gotmpl @@ -293,7 +293,7 @@ resources: openproject: limits: cpu: 99 - memory: "2Gi" + memory: "3Gi" requests: cpu: 0.1 memory: "768Mi"