xinyiZzz commented on issue #16228: URL: https://github.com/apache/doris/issues/16228#issuecomment-1408371960
1.1.5的话,向量化默认关闭了 exec_mem_limit 的限制,要在be.conf开启两个参数 enable_proc_meminfo_cancel_query enable_mem_tracker_cancel_query  原因是向量化的内存控制,比非向量化更严格,所以个别用户升级后大量查询报exceed limit,所以默认给关掉了 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
