Skip to content

Commit

Permalink
Merge pull request #137 from mshitrit/increase-default-mem
Browse files Browse the repository at this point in the history
Setting memory limit to 512
  • Loading branch information
openshift-merge-bot[bot] authored Apr 8, 2024
2 parents 77358e0 + bf507ef commit 4450cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down

0 comments on commit 4450cfc

Please sign in to comment.