mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/matrix-synapse: enable jemalloc by default
The official docker image has been defaulting to the jemalloc memory allocator for years.
This commit is contained in:
parent
e6f67cc259
commit
51d11cae99
2 changed files with 3 additions and 1 deletions
|
@ -705,7 +705,7 @@ in
|
|||
|
||||
withJemalloc = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
description = ''
|
||||
Whether to preload jemalloc to reduce memory fragmentation and overall usage.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue