PERF(umami): increase memory limit to upperBound
- Memory limit 323Mi was causing OOMKilled - Increase to 433Mi (VPA upperBound)
This commit is contained in:
@@ -50,14 +50,14 @@ service:
|
||||
type: ClusterIP
|
||||
port: 3000
|
||||
|
||||
# Resource settings (VPA lowerBound/target)
|
||||
# Resource settings (VPA lowerBound/upperBound)
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 271Mi
|
||||
limits:
|
||||
cpu: 15m
|
||||
memory: 323Mi
|
||||
memory: 433Mi
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user