Skip to content

Commit 758e94a

Browse files
committed
2 parents 1f74343 + 730579e commit 758e94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ before_install:
4343
&& set +x && source secrets.env && set -x
4444
|| true
4545
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
46-
- export MAVEN_OPTS='-Xmx2048m -XX:+PrintFlagsInitial -XX:+PrintFlagsFinal'
46+
- export MAVEN_OPTS='-Xmx6g -Xms1g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+PrintFlagsInitial -XX:+PrintFlagsFinal'
4747
# Skip the install step, since Maven will download the dependencies we need
4848
# when the test build runs.
4949
# http://stackoverflow.com/q/31945809/101923

0 commit comments

Comments
 (0)