Skip to content

Commit 8b64da2

Browse files
committed
Increase memory to 3.75G to avoid OOM
1 parent 2056315 commit 8b64da2

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
@@ -50,4 +50,4 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
5050
openssl aes-256-cbc -K $K -iv $IV -in admin/secring.asc.enc -out admin/secring.asc -d
5151
fi
5252
53-
sbt "$publishVersion" "$publishScalaVersion" clean update +test +publishLocal $extraTarget
53+
sbt -J-Xmx3840M "$publishVersion" "$publishScalaVersion" clean update +test +publishLocal $extraTarget

0 commit comments

Comments
 (0)