From 419581727f7e291194d04656058f6df95cf798f7 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