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:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
memory: 70Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
memory: 30Mi
|
||||
env:
|
||||
- name: RUNTIME_NAMESPACE
|
||||
valueFrom:
|
||||
|
Loading…
Reference in New Issue
Block a user