From d0a142a1e151642f9bb44146b4998deb22e1bd86 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Mon, 19 May 2025 13:04:53 +0000 Subject: [PATCH] src/CMakeLists: enable libhwloc libhwloc was disabled temporarily due to dedicated memory leak. See: 6047bf02b51751d3ba49677e050f9e0915534f7d Enabling this would allow us to use the following reactor options: * num-io-groups * allow_cpus_in_remote_numa_nodes (which is enabled by default) Signed-off-by: Matan Breizman --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 801086e1268..cdc26ee6e16 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -404,7 +404,6 @@ if(WITH_CRIMSON) endif() endmacro () set(Seastar_API_LEVEL "6" CACHE STRING "" FORCE) - set(Seastar_HWLOC OFF CACHE BOOL "" FORCE) set(Seastar_IO_URING OFF CACHE BOOL "" FORCE) set(Seastar_DEPRECATED_OSTREAM_FORMATTERS OFF CACHE BOOL "" FORCE) if(Seastar_DPDK) -- 2.47.3