From fe826e8cc57704b68d55c2bdfed45fa6ad23a616 Mon Sep 17 00:00:00 2001 From: tino247 Date: Fri, 24 Feb 2023 11:47:19 +0000 Subject: [PATCH] Shrink schema memory size --- deps/oblib/src/lib/ob_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/oblib/src/lib/ob_define.h b/deps/oblib/src/lib/ob_define.h index 2a8bae25ff..ef44e75bb5 100644 --- a/deps/oblib/src/lib/ob_define.h +++ b/deps/oblib/src/lib/ob_define.h @@ -518,7 +518,7 @@ const int64_t OB_TRACE_STAT_BUFFER_SIZE= 200; //200 const int64_t OB_MAX_VERSION_COUNT = 32;// max version count -const int64_t OB_MAX_VERSION_COUNT_FOR_MERGE = 16; +const int64_t OB_MAX_VERSION_COUNT_FOR_MERGE = 4; const int64_t OB_EASY_HANDLER_COST_TIME = 10 * 1000; // 10ms const int64_t OB_EASY_MEMORY_LIMIT = 4L << 30; // 4G