Reduce travis memory use

This commit is contained in:
James Agnew 2015-11-16 14:14:13 +01:00
parent 1c82a692f6
commit 0b7f6c0f4a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jdk:
- oraclejdk8 - oraclejdk8
env: env:
global: global:
- MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx4g" - MAVEN_OPTS="-XX:MaxPermSize=512m -Xmx2g"
cache: cache:
directories: directories: