xinyiZzz commented on issue #10400: URL: https://github.com/apache/doris/issues/10400#issuecomment-1222783309
错误原因是超出了query内存限制,doris中一个query默认执行内存限制为2G, 修改session variable `set exec_mem_limit = xxxx;` 提高当前session的query内存限制, 也可以 `set global exec_mem_limit = xxxx;` 修改query默认内存限制,重启mysql client生效。 -- 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