Skip to content

Commit

Permalink
chore: Increase memory limit of controller manager (#171) (#173)
Browse files Browse the repository at this point in the history
Allow up to 600Mi memory consumption, even if only 200Mi get requested
upfront. Only the leader pod might exceed the 200Mi and the real amount
of memory might depend on the environment, therefore adding some buffer.
  • Loading branch information
konrad-ohms authored Jun 24, 2024
1 parent 67b6168 commit e6c700b
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 @@ -64,7 +64,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 200Mi
memory: 600Mi
requests:
cpu: 200m
memory: 200Mi
Expand Down

0 comments on commit e6c700b

Please sign in to comment.