Skip to content

try 600m #528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
try 600m
600m mx
debugging info
  • Loading branch information
Les Vogel committed Feb 18, 2017
commit 22a7f7b8ad7f3767c06cb9269425f3935587129c
17 changes: 15 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,22 @@ common_travis_dir="$(travis_changed_files_parent)"

[ -z "$common_travis_dir" ] || pushd "$common_travis_dir"

# Temporary
echo "****************************"
echo "****************************"
pwd
echo "****************************"
env
echo "****************************"
ls
echo "****************************"
ls ~
echo "****************************"
echo "****************************"

# 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'
~/mvnw --batch-mode clean verify -e -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Download|^\[INFO\].*skipping)"

[ -z "$common_travis_dir" ] || popd

Expand Down