mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Jemalloc tuning via Cargo config
This commit is contained in:
@@ -11,8 +11,11 @@ lighthouse_metrics = { path = "../lighthouse_metrics" }
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.79"
|
||||
parking_lot = "0.11.0"
|
||||
jemallocator = { version = "0.3.0", optional = true }
|
||||
jemallocator = { version = "0.3.0", optional = true, features = ["background_threads"] }
|
||||
jemalloc-sys = { version = "0.3.0", optional = true }
|
||||
|
||||
[features]
|
||||
mallinfo2 = []
|
||||
jemalloc = ["jemallocator"]
|
||||
jemalloc = ["jemallocator", "jemalloc-sys"]
|
||||
jemalloc-stats = ["jemallocator/stats"]
|
||||
jemalloc-profiling = ["jemallocator/profiling"]
|
||||
|
||||
Reference in New Issue
Block a user