From 2f03b37cc3277c5d09e40963dbd48e880f2231d2 Mon Sep 17 00:00:00 2001 From: Max Wittal Date: Sat, 22 Oct 2022 23:59:37 +0200 Subject: [PATCH] using jemalloc again --- CMakeLists.txt | 2 +- run_node.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5542bd47..6ca54d45f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,7 +267,7 @@ if(OpenCL_FOUND) target_compile_definitions(mmx_modules PUBLIC WITH_OPENCL) endif() -if(JEMALLOC_LIB AND 0) +if(JEMALLOC_LIB) message(STATUS "Found jemalloc") target_link_libraries(mmx_modules ${JEMALLOC_LIB}) target_compile_definitions(mmx_modules PUBLIC WITH_JEMALLOC) diff --git a/run_node.sh b/run_node.sh index 8b5943ee9..db71a7063 100755 --- a/run_node.sh +++ b/run_node.sh @@ -1,7 +1,5 @@ #!/bin/bash -unset LD_PRELOAD - source ./activate.sh mmx_node -c config/${NETWORK}/ config/node/ "${MMX_HOME}config/local/" $@