Skip to content

Commit

Permalink
Increase memory limit (actions#173)
Browse files Browse the repository at this point in the history
We saw controller quite often OOMing, so first help to increase limit a bit.
  • Loading branch information
Hi-Fi authored Nov 12, 2020
1 parent 8217ebc commit 7846f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 100Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit 7846f26

Please sign in to comment.