Skip to content

Commit 0e43eaa

Browse files
authored
Give Maven a bit more memory (#525)
1 parent f466b49 commit 0e43eaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ before_install:
4444
|| true
4545
# Cross project - GOOGLE_APPLICATION_CREDENTIALS uses cloud-docs-tests, but BQ uses G_C_P (argh!)
4646
- export GOOGLE_CLOUD_PROJECT=java-docs-samples-tests
47+
# Give Maven a bit more memory
48+
- export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx2g'
4749
# Skip the install step, since Maven will download the dependencies we need
4850
# when the test build runs.
4951
# http://stackoverflow.com/q/31945809/101923

0 commit comments

Comments
 (0)