From 225bfdba0825d6415f04644bc2d28a1632702f3b Mon Sep 17 00:00:00 2001 From: Yuhao Su Date: Mon, 15 May 2023 14:18:24 +0800 Subject: [PATCH] fix --- src/cmd/Cargo.toml | 2 +- src/cmd_all/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"