From 0d0a7063244fb75f439a06a21e37ebad2b8c0941 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sat, 21 Sep 2024 00:14:34 -0400 Subject: [PATCH] enable jemalloc_stats feature by default this was supposed to be enabled by default Signed-off-by: strawberry --- src/main/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index fae39605..b090618c 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -42,6 +42,7 @@ default = [ "gzip_compression", "io_uring", "jemalloc", + "jemalloc_stats", "release_max_log_level", "sentry_telemetry", "systemd",