Everyone goes back to Jemalloc 3.6.0
authorRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 28 Dec 2016 18:03:57 +0000 (16:03 -0200)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 28 Dec 2016 18:03:57 +0000 (16:03 -0200)
image/base/Dockerfile

index dcb30feefcb2c39626d2b129a6d717c7a2fe2dad..e4830b386696be4a9cef0165c63d7d15e41ccbaf 100644 (file)
@@ -3,7 +3,7 @@
 FROM ubuntu:16.04
 
 ENV PG_MAJOR 9.5
-ENV RUBY_ALLOCATOR /usr/lib/libtcmalloc_minimal.so.4.3.0
+ENV RUBY_ALLOCATOR /usr/lib/libjemalloc.so.1
 
 MAINTAINER Sam Saffron "https://twitter.com/samsaffron"