We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c788ba commit cec2783Copy full SHA for cec2783
rocksdb.nix
@@ -11,9 +11,8 @@
11
zlib,
12
zstd,
13
windows,
14
- # only enable jemalloc for non-windows platforms
15
- # see: https://github.com/NixOS/nixpkgs/issues/216479
16
- enableJemalloc ? !stdenv.hostPlatform.isWindows && !stdenv.hostPlatform.isStatic,
+ # don't enable jemalloc, error on linux: https://github.com/NixOS/nixpkgs/issues/315628
+ enableJemalloc ? false,
17
jemalloc,
18
enableShared ? !stdenv.hostPlatform.isStatic,
19
sse42Support ? stdenv.hostPlatform.sse4_2Support,
0 commit comments