Increase memory limit to prevent OOMKilled
The current memory limits seems too small. Change-Id: I279af2f6fd41b2d006b2417a2a689358b509a9d8
This commit is contained in:
parent
124c8362a4
commit
1aecc11d36
@ -33,10 +33,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 30Mi
|
memory: 70Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 20Mi
|
memory: 30Mi
|
||||||
env:
|
env:
|
||||||
- name: RUNTIME_NAMESPACE
|
- name: RUNTIME_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user