Skip to content

Commit

Permalink
reduce memory need and logging output when setting up rre via Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jun 13, 2022
1 parent a87a023 commit 9d64a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rre/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM maven:3-eclipse-temurin-11

ENV MAVEN_OPTS="-Xms1024M -Xmx2048M -XX:MaxMetaspaceSize=1024m -XX:-UseGCOverheadLimit -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

RUN mkdir /rre

WORKDIR /rre
Expand Down

0 comments on commit 9d64a21

Please sign in to comment.