From: Sam Saffron Date: Fri, 15 Nov 2013 04:10:21 +0000 (-0800) Subject: better memory allocator X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=add8235483d8b69f82db22690440e00f9700c8bc;p=discourse_docker.git better memory allocator --- 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