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