From c7b69587024dd597fe3dd5d8c8af08bd907367aa Mon Sep 17 00:00:00 2001 From: oxalica Date: Wed, 1 Dec 2021 10:51:18 +0800 Subject: firefox: re-enable jemalloc (cherry picked from commit cd44576bff17680e248e32e1cc36f21fde5268c3) --- pkgs/applications/networking/browsers/firefox/common.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix index 041082484571..32ef919dde9f 100644 --- a/pkgs/applications/networking/browsers/firefox/common.nix +++ b/pkgs/applications/networking/browsers/firefox/common.nix @@ -27,9 +27,8 @@ , ltoSupport ? (stdenv.isLinux && stdenv.is64bit), overrideCC, buildPackages , gssSupport ? true, libkrb5 , pipewireSupport ? waylandSupport && webrtcSupport, pipewire -# Workaround: disabled since currently jemalloc causes crashes with LLVM 13. -# https://bugzilla.mozilla.org/show_bug.cgi?id=1741454 -, jemallocSupport ? false, jemalloc +# Jemalloc could reduce memory consumption. +, jemallocSupport ? true, jemalloc ## privacy-related options -- cgit v1.2.3