Skip to content

Commit

Permalink
Enable jemalloc background threads (qdrant#5312)
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay authored and timvisee committed Nov 8, 2024
1 parent 758dca6 commit 865268a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pyroscope_pprofrs = "0.2.7"
rstack-self = { version = "0.3.0", optional = true }

[target.'cfg(all(not(target_env = "msvc"), any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
tikv-jemallocator = { version = "0.6", features = ["stats", "unprefixed_malloc_on_supported_platforms"] }
tikv-jemallocator = { version = "0.6", features = ["stats", "unprefixed_malloc_on_supported_platforms", "background_threads"] }
tikv-jemalloc-ctl = { version = "0.6", features = ["stats"] }

[workspace.lints.clippy]
Expand Down

0 comments on commit 865268a

Please sign in to comment.