Skip to content

Commit

Permalink
[Examples] Update the AWS examples to have 600Mi of memory
Browse files Browse the repository at this point in the history
This change updates the AWS examples to have 600Mi of memory because CAS downloads a pricing file that contains EC2 instance info at startup which grows each time there's new EC2 instance information available. Currently the largest region is hitting the 300Mi limit when downloading that file, so we are increasing the memory limit in our examples for customers.
  • Loading branch information
MyannaHarris committed Jul 19, 2021
1 parent d74c8e3 commit dcdb952
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 600Mi
requests:
cpu: 100m
memory: 300Mi
memory: 600Mi
command:
- ./cluster-autoscaler
- --v=4
Expand Down

0 comments on commit dcdb952

Please sign in to comment.