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:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 30Mi
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 20Mi
|
||||
|
|
|
|||
Loading…
Reference in New Issue