Skip to content

Commit

Permalink
chore: Extend memory limit (#641)
Browse files Browse the repository at this point in the history
Signed-off-by: Rashed Kamal <[email protected]>
  • Loading branch information
rashedkvm authored Dec 21, 2023
1 parent 4c74d3c commit 58783ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 256Mi
memory: 512Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down
2 changes: 1 addition & 1 deletion dist/cartographer-conventions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7016,7 +7016,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 256Mi
memory: 512Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit 58783ca

Please sign in to comment.