8 ms·
Go try it and report back. Fargate isn't just ECS and plain containers. You cannot use shared memory in fargate, there is literally no /dev/shm. See "sharedM
by tinix 1y ago
Go try it and report back.
Fargate isn't just ECS and plain containers.
You cannot use shared memory in fargate, there is literally no /dev/shm.
See "sharedMemorySize" here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html https://docs.aws.amazon.com/AmazonECS/latest/developerguide/...
> If you're using tasks that use the Fargate launch type, the sharedMemorySize parameter isn't supported.