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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user