It seems tcmalloc is actually slower, disable it

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:11 +03:00
parent bfd5575425
commit 2c6ea8a521
-1
View File
@@ -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
)