Error: The sum of all container cpu values cannot be greater than the value of the task cpu

0

I'm trying to deploy a fargate service. In my taskdef.add_container definition i have cpu = 8192, memory_limit_mib = 32768 but when i deploy it i get the error as in the title.

已提问 1 年前1562 查看次数
1 回答
0
已接受的回答

Check the cpu configuration under container definition. Basically sum of all containers CPU should be less than the CPU limit defined for your task. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则