lower job memory reservations to accomodate AL2023 AMI #1900
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The ECS Agent running on the AL2023 AMI reserves slightly more memory than on the AL2 AMI. This leaves only 31,517 MB available for jobs on an
r6id.xlarge
; 126,722 available on anr6id.4xlarge
, ect.This PR lowers the memory reserved for jobs to 7,875 MB/vcpu so they'll fit on any of the
r6id
family.TODO