From add8235483d8b69f82db22690440e00f9700c8bc Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 14 Nov 2013 20:10:21 -0800 Subject: [PATCH] better memory allocator --- standalone.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone.template.yml b/standalone.template.yml index 6c70fe4..6c771a9 100644 --- a/standalone.template.yml +++ b/standalone.template.yml @@ -14,6 +14,8 @@ env: UNICORN_WORKERS: 3 # slightly less aggressive than "recommendation" but works fine with oobgc RUBY_GC_MALLOC_LIMIT: 25000000 + # way more efficient allocator + LD_PRELOAD: /usr/lib/libjemalloc.so.1 params: # SSH key is required for remote access into the container -- 2.25.1