From 69627ad410935edf4a74a4d4678105d51a662263 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 1 Sep 2018 19:06:20 +0200 Subject: Revert "Switch to using a single memory allocation arena" This reverts commit 4ceb21241eacac2911f2fed846359215870f121f. --- 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 287f6da2f..c0c189abf 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 -- cgit v1.2.3