Skip to content

Commit d0a142a

Browse files
committed
src/CMakeLists: enable libhwloc
libhwloc was disabled temporarily due to dedicated memory leak. See: 6047bf0 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 <[email protected]>
1 parent 463a0ba commit d0a142a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ if(WITH_CRIMSON)
404404
endif()
405405
endmacro ()
406406
set(Seastar_API_LEVEL "6" CACHE STRING "" FORCE)
407-
set(Seastar_HWLOC OFF CACHE BOOL "" FORCE)
408407
set(Seastar_IO_URING OFF CACHE BOOL "" FORCE)
409408
set(Seastar_DEPRECATED_OSTREAM_FORMATTERS OFF CACHE BOOL "" FORCE)
410409
if(Seastar_DPDK)

0 commit comments

Comments
 (0)