Skip to content

Commit

Permalink
chore(build): bump up gradle memory max to 7gb (#4782)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinawoo committed Aug 8, 2020
1 parent 74c8f63 commit a1e4448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ MAINTAINER sig-platform@spinnaker.io
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
ENV JDK_18 /usr/lib/jvm/java-8-openjdk-amd64
ENV GRADLE_USER_HOME /workspace/.gradle
ENV GRADLE_OPTS "-Xmx6g -Xms6g"
ENV GRADLE_OPTS "-Xmx7g -Xms6g"
CMD ./gradlew --no-daemon -PenableCrossCompilerPlugin=true clouddriver-web:installDist -x test

0 comments on commit a1e4448

Please sign in to comment.