10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b929c85 + 20ad2ed commit 730579eCopy full SHA for 730579e
.travis.yml
@@ -43,7 +43,7 @@ before_install:
43
&& set +x && source secrets.env && set -x
44
|| true
45
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
46
-- export MAVEN_OPTS='-Xmx2048m -XX:+PrintFlagsInitial -XX:+PrintFlagsFinal'
+- export MAVEN_OPTS='-Xmx6g -Xms1g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+PrintFlagsInitial -XX:+PrintFlagsFinal'
47
# Skip the install step, since Maven will download the dependencies we need
48
# when the test build runs.
49
# http://stackoverflow.com/q/31945809/101923
0 commit comments