From 91c79f2202396df601ebb6ce1a55031fed88eb88 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 25 Aug 2018 22:32:22 +0200 Subject: [PATCH] Switch to using a single memory allocation arena --- memory/mozjemalloc/jemalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/mozjemalloc/jemalloc.c b/memory/mozjemalloc/jemalloc.c index c842f23837..07a39623ea 100644 --- a/memory/mozjemalloc/jemalloc.c +++ b/memory/mozjemalloc/jemalloc.c @@ -142,7 +142,7 @@ /* * Uncomment this to use only one arena by default. */ -// #define MOZ_MEMORY_NARENAS_DEFAULT_ONE +#define MOZ_MEMORY_NARENAS_DEFAULT_ONE /* * Pass this set of options to jemalloc as its default. It does not override