[ci skip] fix nextcloud OOMKilled: increase memory limit to 2Gi

This commit is contained in:
Viktor Barzin 2026-02-28 20:21:00 +00:00
parent 442f5450c4
commit 419581727f
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -64,10 +64,10 @@ collabora:
resources:
limits:
cpu: "2"
memory: 1Gi
memory: 2Gi
requests:
cpu: 100m
memory: 256Mi
memory: 512Mi
cronjob:
enabled: true