exit code 137 is 128 + 9, which means ES received a SIGKILL (cf. http://tldp.org/LDP/abs/html/exitcodes.html). Try to reduce your heap size by setting eg. ES_JAVA_OPTS: "-Xms256m -Xmx256m" in your docker-compose file instead of the default of 1g (which is admittedly high for Docker for Mac)
No comments:
Post a Comment