[ci skip] nextcloud: increase resource limits to prevent OOM crash loop
Default LimitRange (256Mi) was too low — pod was using 227Mi/256Mi and getting OOM killed under sync client load, causing 500s and blank web UI.
This commit is contained in:
parent
14b1c43713
commit
c6beefc845
1 changed files with 8 additions and 0 deletions
|
|
@ -61,5 +61,13 @@ podAnnotations:
|
|||
collabora:
|
||||
enabled: false # Using onlyoffice instead
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
|
||||
cronjob:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue