Closed codefromthecrypt closed 8 years ago
You'll want to set something like this, which for example allocates 1GB. Not sure how much you will need. The verbose:gc is optional JAVA_OPTS=-verbose:gc -Xms1G -Xmx1G
http://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html#BABDJJFI
his was reported by @rogeralsing and @mikewrighton. We should add how to set heap size with JAVA_OPTS to the docker-compose file