better memory allocator

This commit is contained in:
Sam Saffron 2013-11-14 20:10:21 -08:00
parent fdac0b600f
commit add8235483
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ env:
UNICORN_WORKERS: 3 UNICORN_WORKERS: 3
# slightly less aggressive than "recommendation" but works fine with oobgc # slightly less aggressive than "recommendation" but works fine with oobgc
RUBY_GC_MALLOC_LIMIT: 25000000 RUBY_GC_MALLOC_LIMIT: 25000000
# way more efficient allocator
LD_PRELOAD: /usr/lib/libjemalloc.so.1
params: params:
# SSH key is required for remote access into the container # SSH key is required for remote access into the container