OutOfMemoryError: Container killed due to memory usage on AWS batch job

Viewed 20

I am using AWS ECS for for running a CI/CD job, but I am getting following error:

OutOfMemoryError: Container killed due to memory usage

The same job, when run with container on separate EC2, runs fine. How can I troubleshoot this?

1 Answers
Related