Skip to content

Commit

Permalink
Tune glibc memory usage
Browse files Browse the repository at this point in the history
There is a report of better memory usage with this setting.

See travis-ci/travis-cookbooks#458 and https://devcenter.heroku.com/articles/testing-cedar-14-memory-use.
  • Loading branch information
BanzaiMan committed Apr 21, 2015
1 parent cddd031 commit 891f12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,7 @@ os:
env:
global:
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
- MALLOC_ARENA_MAX=2
matrix:
- PHASE='-Ptest'
- PHASE='-Prake -Dtask=test:jruby'
Expand Down

1 comment on commit 891f12e

@mkristian
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like all the jdk8 tests are failing

Please sign in to comment.