diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -38,11 +38,9 @@ opentelemetry = "0.20" opentelemetry-prometheus = "0.13" prometheus = "0.13" df-consul = "0.3.5" - -dhat = { version = "0.3", optional = true } +tikv-jemallocator = { version = "0.5", features = ["profiling"] } +tikv-jemalloc-ctl = "0.5" +common-mem-prof = { git = "https://github.com/GreptimeTeam/greptimedb", rev = "fcff66e03904d80aacb91b8edd4e15240161d264" } [profile.release] debug = 1 - -[features] -dhat-heap = [ "dhat" ] |