zhannngchen commented on PR #13111: URL: https://github.com/apache/doris/pull/13111#issuecomment-1275526565
> * Remove `LOAD_MEM_LIMIT` variable in `SessionVariable.java` > * Remove `get_load_mem_limit` in `runtime_state.cpp` and use exec mem limit in `_query_mem_tracker->limit()` instead > * Remove load mem limit in docs `variables.md` Thanks for the check, 1 & 3 is addressed. For compatibility, load_mem_limit in thrift not removed, the value is set equal to exec_mem_limit in FE, so we should keep `get_load_mem_limit()` in `runtime_state.cpp` -- 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