From 8b70ebb2afb17d89593a7242963b111afc7e77a0 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Mon, 9 Dec 2024 14:08:01 +0800 Subject: [PATCH] fix: disable mempool --- source/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index c5b644578f..6338f75ec4 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -56,7 +56,7 @@ int32_t tsShellActivityTimer = 3; // second // memory pool int8_t tsMemPoolFullFunc = 0; -int8_t tsQueryUseMemoryPool = 1; +int8_t tsQueryUseMemoryPool = 0; int32_t tsQueryBufferPoolSize = 0; //MB int32_t tsSingleQueryMaxMemorySize = 0; //MB int32_t tsMinReservedMemorySize = 0; //MB