Skip to content

Commit

Permalink
increase memory for local deploy snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdbloom committed Dec 23, 2019
1 parent 28d61c8 commit 1fb5ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/local_deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

export MAVEN_OPTS="$MAVEN_OPTS -Xmx2048m"
export JAVA_OPTS="$JAVA_OPTS -Xmx2048m"
export MAVEN_OPTS="$MAVEN_OPTS -Xms2048m -Xmx8192m"
export JAVA_OPTS="$JAVA_OPTS -Xms2048m -Xmx8192m"
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
echo
java -version
Expand Down

0 comments on commit 1fb5ff2

Please sign in to comment.