Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0786025

Browse files
committedOct 27, 2016
Increase memory to 3.75G to avoid OOM
1 parent 012bf9b commit 0786025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎admin/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)? ]]; then
2222
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
2323
fi
2424

25-
sbt "$publishVersion" clean update +test +publishLocal $extraTarget
25+
sbt -J-Xmx3840M "$publishVersion" clean update +test +publishLocal $extraTarget

0 commit comments

Comments
 (0)
Please sign in to comment.