You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if c3vis showed CPU reservation (this is not the same as CPU share reservation).
For instance, CPU share reservation (which is a number between 0 and 1024), CPU reservation can be between 0 and 10240 (10x more):
Here is an example of defining 2 cpu variables (one in the container definition, which is CPU shares, and one outside the container definition, which is the new variable for CPU Reservation)
It would be nice if c3vis showed CPU reservation (this is not the same as CPU share reservation).
For instance, CPU share reservation (which is a number between 0 and 1024), CPU reservation can be between 0 and 10240 (10x more):
Here is an example of defining 2 cpu variables (one in the container definition, which is CPU shares, and one outside the container definition, which is the new variable for CPU Reservation)
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/example_task_definitions.html#example_task_definition-awslogs
The text was updated successfully, but these errors were encountered: