Skip to content

Commit

Permalink
Lower Travis memory usage. [finishes #72125786]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhooper committed May 28, 2014
1 parent ea2ed1a commit 4d6ba93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
# The build must succeed
- time SBT_OPTIONS="-Dsbt.override.build.repos=true -Dsbt.repository.config=./travis/sbt-repositories" ./build overview-server.zip
# Now that we've built, we can run integration tests with the resulting jars
- time (cd dist && ./run --sh ../travis/wait-and-test-integration.sh)
- time (cd dist && ./run -Dworker.jvm.Xmx200M -Ddocumentset-worker.jvm.Xmx200M -Dsearchindex.jvm.Xmx200M -Dmessage-broker.jvm.Xmx200M -Doverview-server.jvm.Xmx200M --sh ../travis/wait-and-test-integration.sh)
notifications:
irc:
- irc.freenode.net#overviewproject

0 comments on commit 4d6ba93

Please sign in to comment.