ES_JAVA_OPTS: "-Xms256m -Xmx256m"
in your docker-compose file instead of the default of 1g
(which is admittedly high for Docker for Mac)from: https://gitter.im/deviantony/docker-elk?at=58cbd582590d72c864d9bde5
ES_JAVA_OPTS: "-Xms256m -Xmx256m"
in your docker-compose file instead of the default of 1g
(which is admittedly high for Docker for Mac)import os, re path = "/proc/self/cgroup" def is_docker (): if not os.path.isfile(path): return False with open (pa...