increase default heap space to 1GB

This commit is contained in:
bgamard 2020-05-19 15:33:23 +02:00
parent cb29dcd6cc
commit 3f67bd471b
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ RUN rm -f /opt/jetty/lib/mail/javax.mail.glassfish-*.jar
ADD docs.xml /opt/jetty/webapps/docs.xml
ADD docs-web/target/docs-web-*.war /opt/jetty/webapps/docs.war
ENV JAVA_OPTIONS -Xmx1g