From 2c6ea8a521292519a21a704a143c04c8e2d45c3e Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 28 Jun 2025 17:50:03 +0300 Subject: [PATCH] It seems tcmalloc is actually slower, disable it --- src/blockstore/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blockstore/CMakeLists.txt b/src/blockstore/CMakeLists.txt index daf8ce25..39511308 100644 --- a/src/blockstore/CMakeLists.txt +++ b/src/blockstore/CMakeLists.txt @@ -13,7 +13,6 @@ add_library(vitastor_blk SHARED target_link_libraries(vitastor_blk ${LIBURING_LIBRARIES} ${ISAL_LIBRARIES} - tcmalloc_minimal # for timerfd_manager vitastor_common )