yiguolei commented on code in PR #13285: URL: https://github.com/apache/doris/pull/13285#discussion_r995282920
########## be/src/common/config.h: ########## @@ -439,14 +439,20 @@ CONF_Bool(disable_mem_pools, "false"); // increase this variable can improve performance, // but will acquire more free memory which can not be used by other modules. CONF_mString(chunk_reserved_bytes_limit, "10%"); -// 1024, The minimum chunk allocator size (in bytes) -CONF_Int32(min_chunk_reserved_bytes, "1024"); + +// Whether using chunk allocator to cache memory chunk +CONF_Bool(disable_chunk_allocator, "true"); Review Comment: No, I will remove mempool after we removed non-vectorized engine. MemPool is used as MemPool.cpp, it is like a arena. The config disable_mem_pools is also very confused. I will remove them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org