Skip to content

Commit 0f579dd

Browse files
committed
Use jemalloc's background threads
1 parent 49c3125 commit 0f579dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zerofs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ codegen-units = 16
2424

2525
[dependencies]
2626
slatedb = "0.8.2"
27-
tikv-jemallocator = "0.6.0"
27+
tikv-jemallocator = { version = "0.6.0", features = ["background_threads"] }
2828
zerofs_nfsserve = "0.15"
2929
tokio = { version = "1.46", features = ["full"] }
3030
async-trait = "0.1"

0 commit comments

Comments
 (0)