-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rocksdb: use jemalloc 4.5.0 #38995
rocksdb: use jemalloc 4.5.0 #38995
Conversation
@GrahamcOfBorg build jemalloc450 jemalloc rocksdb |
Failure on aarch64-linux (full log) Attempted: jemalloc450, jemalloc The following builds were skipped because they don't evaluate on aarch64-linux: rocksdb Partial log (click to expand)
|
@yorickvP Could it be that https://patch-diff.githubusercontent.com/raw/jemalloc/jemalloc/pull/1035.patch doesn't apply on top of jemalloc 4.5.0?
|
Success on x86_64-darwin (full log) Attempted: jemalloc450, jemalloc, rocksdb Partial log (click to expand)
|
Certainly looks like it: patch is only applied on aarch64. |
@GrahamcOfBorg build jemalloc450 jemalloc |
Success on x86_64-darwin (full log) Attempted: jemalloc450, jemalloc Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: jemalloc450, jemalloc Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: jemalloc450, jemalloc, rocksdb Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: jemalloc450, jemalloc Partial log (click to expand)
|
The package was introduced in NixOS#38995 to fix rocksdb, but rocksdb is not using jemalloc450 anymore.
Motivation for this change
Using rocksdb with jemalloc 5 is giving us some problems.
We currently tell everyone to override it, but it's not ideal. This shouldn't be needed once 5.1 comes out.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)