From d8a9b450a6b5190effbe606dc8c49af726f93000 Mon Sep 17 00:00:00 2001 From: John Renner Date: Fri, 7 May 2021 12:17:37 -0700 Subject: Switch from jemalloc to tikv-jemalloc --- crates/profile/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/profile/Cargo.toml') diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 486f9c164..98df79a8f 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -15,14 +15,14 @@ cfg-if = "1" libc = "0.2.73" la-arena = { version = "0.2.0", path = "../../lib/arena" } countme = { version = "2.0.1", features = ["enable"] } -jemalloc-ctl = { version = "0.3.3", optional = true } +tikv-jemalloc-ctl = { version = "0.4.1", optional = true } [target.'cfg(target_os = "linux")'.dependencies] perf-event = "0.4" [features] cpu_profiler = [] -jemalloc = ["jemalloc-ctl"] +jemalloc = ["tikv-jemalloc-ctl"] # Uncomment to enable for the whole crate graph # default = [ "cpu_profiler" ] -- cgit v1.2.3