Skip to content

Commit 1fb5ff2

Browse files
committed
increase memory for local deploy snapshot build
1 parent 28d61c8 commit 1fb5ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/local_deploy_snapshot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
export MAVEN_OPTS="$MAVEN_OPTS -Xmx2048m"
6-
export JAVA_OPTS="$JAVA_OPTS -Xmx2048m"
5+
export MAVEN_OPTS="$MAVEN_OPTS -Xms2048m -Xmx8192m"
6+
export JAVA_OPTS="$JAVA_OPTS -Xms2048m -Xmx8192m"
77
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
88
echo
99
java -version

0 commit comments

Comments
 (0)