Skip to content

Commit

Permalink
Update .travis.yml (#521)
Browse files Browse the repository at this point in the history
* Update .travis.yml

* mx5g ms1g UseGCOverheadLimit UseG1GC

* Try 6g -- I suspect this is something else.
  • Loading branch information
lesv authored Feb 16, 2017
1 parent 4c57337 commit 20ad2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_install:
&& set +x && source secrets.env && set -x
|| true
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
- export MAVEN_OPTS='-Xmx2048m -XX:+PrintFlagsInitial -XX:+PrintFlagsFinal'
- export MAVEN_OPTS='-Xmx6g -Xms1g -XX:-UseGCOverheadLimit -XX:+UseG1GC -XX:+PrintFlagsInitial -XX:+PrintFlagsFinal'
# Skip the install step, since Maven will download the dependencies we need
# when the test build runs.
# http://stackoverflow.com/q/31945809/101923
Expand Down

0 comments on commit 20ad2ed

Please sign in to comment.