summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2021-12-01 10:51:18 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-15 13:49:57 +0000
commitc7b69587024dd597fe3dd5d8c8af08bd907367aa (patch)
tree251361818a47759424274645f8a4062e6f439efb
parentllvmPackages_13.clang: revert D100879 (diff)
downloadnixpkgs-origin/backport-148107-to-release-21.11.tar.gz
firefox: re-enable jemallocorigin/backport-148107-to-release-21.11
(cherry picked from commit cd44576bff17680e248e32e1cc36f21fde5268c3)
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix5
1 files 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