bobhan1 commented on issue #17361: URL: https://github.com/apache/doris/issues/17361#issuecomment-1452989163
@Yukang-Lian , I want to know how much memory is enough for compiling the BE. The docs says that 4~8G will be enough. I allocate 8G for the virtual machine. If I use `-j2` or more threads to compile the BE, `cc1plus` will be terminated due to OOM when compiling `aggregate_function_XXX.cpp` . So I use `-j1` to reduce the memory demand. However, when compiling `aggregate_function_min_maxby.cpp`, it soon consumed all the memory and after a long time `cc1plus` was terminated due to OOM. I wonder if it's casued by the memory leak of `cc1plus` or somthing else. Thank you. -- 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]
