From 4ceb21241eacac2911f2fed846359215870f121f Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 25 Aug 2018 22:32:22 +0200 Subject: Switch to using a single memory allocation arena --- memory/mozjemalloc/jemalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'memory/mozjemalloc') diff --git a/memory/mozjemalloc/jemalloc.c b/memory/mozjemalloc/jemalloc.c index c0c189abf..287f6da2f 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