From df27f764ef4028692d5138c2a21dded5e7ebfd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Mon, 16 Dec 2024 16:48:32 +0300 Subject: [PATCH] =?UTF-8?q?mdbx:=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20`MDBX=5FENABLE=5FPROFGC`=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20Erigon.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.h b/src/options.h index 9449fed9..6b7eb234 100644 --- a/src/options.h +++ b/src/options.h @@ -87,7 +87,7 @@ /** Controls profiling of GC search and updates. */ #ifndef MDBX_ENABLE_PROFGC -#define MDBX_ENABLE_PROFGC 0 +#define MDBX_ENABLE_PROFGC 1 #elif !(MDBX_ENABLE_PROFGC == 0 || MDBX_ENABLE_PROFGC == 1) #error MDBX_ENABLE_PROFGC must be defined as 0 or 1 #endif /* MDBX_ENABLE_PROFGC */