amazon web services - OutOfMemoryError while deploying after deploying container on AWS -


i trying deploy application (https://github.com/divanteltd/open-loyalty/) amazon web services or aws. app has docker-compose file. so, directly running 'ecs-cli compose up' ecs-cli local machine.

it runs succesfully , runs containers, after time shows error.

exitcode: 137 reason: outofmemoryerror: container killed due memory usage 

i don't understand what's for. can please help?

thank you.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -