Skip to content

Commit 14a83b3

Browse files
authored
Gradle to use less memory, missed an export command (#5436)
1 parent 8adfa3f commit 14a83b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/buildViaTravis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "$buildTag" != "" ] && [ "${buildTag:0:3}" != "v2." ]; then
88
exit 1
99
fi
1010

11-
GRADLE_OPTS=-Xmx832m
11+
export GRADLE_OPTS=-Xmx1024m
1212

1313
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
1414
echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]"

0 commit comments

Comments
 (0)