Increase memory limit (#173)
We saw controller quite often OOMing, so first help to increase limit a bit.
This commit is contained in:
parent
8217ebcaac
commit
7846f26199
|
|
@ -57,7 +57,7 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 30Mi
|
memory: 100Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 20Mi
|
memory: 20Mi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue