Skip to content

Commit 9f3de85

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

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 -Xmx2048M"
2+
- export OPTS="-server -Xmx3072M"
33
- export JAVA_OPTS="${JAVA_OPTS} ${OPTS}"
44
- export ANT_OPTS="${ANT_OPTS} ${OPTS}"
55
- echo $JAVA_OPTS

0 commit comments

Comments
 (0)