From 379c7e261faf4a9220a2d97886d98a9e172ccc9a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 28 Feb 2026 20:21:00 +0000 Subject: [PATCH] [ci skip] fix nextcloud OOMKilled: increase memory limit to 2Gi --- stacks/nextcloud/chart_values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/nextcloud/chart_values.yaml b/stacks/nextcloud/chart_values.yaml index 7bccdc16..16bd00d7 100644 --- a/stacks/nextcloud/chart_values.yaml +++ b/stacks/nextcloud/chart_values.yaml @@ -64,10 +64,10 @@ collabora: resources: limits: cpu: "2" - memory: 1Gi + memory: 2Gi requests: cpu: 100m - memory: 256Mi + memory: 512Mi cronjob: enabled: true