diff --git a/src/cmd/Cargo.toml b/src/cmd/Cargo.toml index e3aa4c8b7d3bc..9fb8fb018bd05 100644 --- a/src/cmd/Cargo.toml +++ b/src/cmd/Cargo.toml @@ -45,7 +45,7 @@ workspace-hack = { path = "../workspace-hack" } task_stats_alloc = { path = "../utils/task_stats_alloc" } [target.'cfg(unix)'.dependencies] -tikv-jemallocator = { version = "0.5", features = ["profiling", "stats"] } +tikv-jemallocator = { version = "0.5", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } [[bin]] name = "frontend" diff --git a/src/cmd_all/Cargo.toml b/src/cmd_all/Cargo.toml index eb92ea4e36f20..c771b6ff31d5c 100644 --- a/src/cmd_all/Cargo.toml +++ b/src/cmd_all/Cargo.toml @@ -46,7 +46,7 @@ workspace-hack = { path = "../workspace-hack" } task_stats_alloc = { path = "../utils/task_stats_alloc" } [target.'cfg(unix)'.dependencies] -tikv-jemallocator = { version = "0.5", features = ["profiling", "stats"] } +tikv-jemallocator = { version = "0.5", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms"] } [[bin]] name = "risingwave"