Skip to content

Commit 197ac7d

Browse files
Upping the max heap size to match out memory
1 parent 345a708 commit 197ac7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ CMD java \
2626
-Djava.security.egd=file:/dev/./urandom \
2727
-Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory \
2828
-Dlogback.configurationFile=${LOGBACK_CONF} \
29+
-Xmx4g \
2930
-jar ${JAR_NAME}-${JAR_VERSION}.jar

0 commit comments

Comments
 (0)