Skip to content

Commit ff12572

Browse files
committed
try to avoid out of memory errors in the tests
1 parent 6472930 commit ff12572

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ jdk:
77
notifications:
88
slack:
99
secure: fGRoClN1IQiZvokEiqmKOrF7EeaNQDHDHqUMaT4n7d3qW2fMe3N8ZLxlIDlzgJ2pv09VWqK7rmPgdhJR8yVG7OE4QQ5kzR59xD8ePN0j0jf6W6eOBPq3a9UUarnny21LFsShvRMZ/BaXcvTox1zMVltpMGFw2K4ijH8+ZvdkNz8=
10+
before_script:
11+
- echo $JAVA_OPTS
12+
- export JAVA_OPTS="$JAVA_OPTS -Xmx2g"

0 commit comments

Comments
 (0)