From af28cd0c36e1af83e885daed687a3e78440885ce Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 28 Dec 2016 16:03:57 -0200 Subject: [PATCH] Everyone goes back to Jemalloc 3.6.0 --- image/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/Dockerfile b/image/base/Dockerfile index dcb30fe..e4830b3 100644 --- a/image/base/Dockerfile +++ b/image/base/Dockerfile @@ -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" -- 2.25.1