aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-02-17 16:42:39 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-02-17 16:42:39 +0100
commit026c6345770592246a7d31d323ff1c8631d08fed (patch)
tree57139cfbc39b6c7b657e7c5b5fac01e6c21bd75b /Cargo.toml
parentd31212e56bc81f9d5648817fa366ac5565e46883 (diff)
downloadtricot-026c6345770592246a7d31d323ff1c8631d08fed.tar.gz
tricot-026c6345770592246a7d31d323ff1c8631d08fed.zip
jeprof, jemalloc & friendsdo-not-merge/hprof
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6d7bfe..03cb05c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" ]