Skip to content

Commit 284da3e

Browse files
committed
Increase memory to 3.75G to avoid OOM
1 parent 6467396 commit 284da3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)