Skip to content

Commit 891f12e

Browse files
committed
Tune glibc memory usage
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.
1 parent cddd031 commit 891f12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ os:
2121
env:
2222
global:
2323
- JAVA_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
24+
- MALLOC_ARENA_MAX=2
2425
matrix:
2526
- PHASE='-Ptest'
2627
- PHASE='-Prake -Dtask=test:jruby'

0 commit comments

Comments
 (0)