fix: disable mempool
This commit is contained in:
parent
d77147d296
commit
8b70ebb2af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue