Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedicated cpu and memory for task defintion #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

absinth84
Copy link

@absinth84 absinth84 commented Apr 8, 2021

The fargate support introduced the use of the same memory and cpu variables used by container definition.
In EC2 configuration was impossible not declare cpu (for task def is a computation limit, not only reservation) and was not possible declare only memoryReservation (soft) on container side.
I added 2 vars to declare specifically (taskMemory, taskCpu)

I also updated hooks version

@absinth84 absinth84 changed the title Dedicate cpu and memory for task defintion Dedicated cpu and memory for task defintion Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant