projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdac0b6
)
better memory allocator
author
Sam Saffron
<sam.saffron@gmail.com>
Fri, 15 Nov 2013 04:10:21 +0000
(20:10 -0800)
committer
Sam Saffron
<sam.saffron@gmail.com>
Fri, 15 Nov 2013 04:10:21 +0000
(20:10 -0800)
standalone.template.yml
patch
|
blob
|
blame
|
history
diff --git
a/standalone.template.yml
b/standalone.template.yml
index 6c70fe4e964301f6fce425dd309d772f438018d2..6c771a945722d2b4c01bb9f6e287d21f6c7cc46f 100644
(file)
--- 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