fix: disable mempool

This commit is contained in:
dapan1121 2024-12-09 14:08:01 +08:00
parent d77147d296
commit 8b70ebb2af
1 changed files with 1 additions and 1 deletions

View File

@ -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