compose-to-batch icon indicating copy to clipboard operation
compose-to-batch copied to clipboard

any reason to not use the`cpu_count` and `mem_limit` parameters of docker-compose?

Open AlJohri opened this issue 5 years ago • 1 comments

https://docs.docker.com/compose/compose-file/compose-file-v2/#cpu-and-other-resources

AlJohri avatar Jan 07 '20 14:01 AlJohri

I recommend you add those, too, the test appears to pass your defaults though it would be good to pass those from docker-compose on to the aws.

const vcpus = 4
const memory = 8000

datocrats-org avatar May 27 '20 14:05 datocrats-org