Skip to content

Commit 35e7d3b

Browse files
authored
2g to Maven, Print Initial/Final flags (#519)
1 parent 17f5e94 commit 35e7d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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:+ -XX:+PrintFlagsFinal'
46+
- export MAVEN_OPTS='-Xmx2048m -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)