Elasticsearch docker container fails on aws: There is insufficient memory for the Java Runtime Environment to continue docker

Hi! The elastic search docker container I deployed on aws fails with this error:There is insufficient memory for the Java Runtime Environment to continue docker. I've tried reducing the heap size with

"ES_JAVA_OPTS=-Xms512m -Xmx512m"

It still doesn't work

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.