Skip to content

Commit b0f50df

Browse files
committed
Up-ing the JVM memory for testing
1 parent 9cb8087 commit b0f50df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
before_script:
2-
- export OPTS="-server -Xmx1024M"
2+
- export OPTS="-server -Xmx2048M"
33
- export JAVA_OPTS="${JAVA_OPTS} ${OPTS}"
44
- export ANT_OPTS="${ANT_OPTS} ${OPTS}"
55
- echo $JAVA_OPTS

0 commit comments

Comments
 (0)