Skip to content

Commit

Permalink
try 600m (#528)
Browse files Browse the repository at this point in the history
* try 600m

600m mx
debugging info

* try again

* $'s should have double quotes
  • Loading branch information
lesv authored Feb 20, 2017
1 parent 2f53d05 commit eae8a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ common_travis_dir="$(travis_changed_files_parent)"
[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"

# Give Maven a bit more memory
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx2g -Xms512m'
./mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
export MAVEN_OPTS='-XX:+PrintFlagsFinal -Xmx600m -Xms300m'
"${TRAVIS_BUILD_DIR}"/mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"

[ -z "$common_travis_dir" ] || popd

Expand Down

0 comments on commit eae8a48

Please sign in to comment.