PERF(umami): increase memory limit to upperBound

- Memory limit 323Mi was causing OOMKilled
- Increase to 433Mi (VPA upperBound)
This commit is contained in:
2026-01-12 01:51:37 +09:00
parent fcb0413aff
commit 0ae70de5bc

View File

@@ -50,14 +50,14 @@ service:
type: ClusterIP type: ClusterIP
port: 3000 port: 3000
# Resource settings (VPA lowerBound/target) # Resource settings (VPA lowerBound/upperBound)
resources: resources:
requests: requests:
cpu: 15m cpu: 15m
memory: 271Mi memory: 271Mi
limits: limits:
cpu: 15m cpu: 15m
memory: 323Mi memory: 433Mi
replicaCount: 1 replicaCount: 1