ranxuxin001 commented on issue #57017: URL: https://github.com/apache/doris/issues/57017#issuecomment-3414185391
Now, I can configure the maximum memory allocated in fe java process using -Xms 8g -Xmx 8g. eg. 8g(50% system memory) . java process seems allocates a big memory area as memory pool. after that, it allocates and release memory of objects into this memory pool. So top indicates the fe java process always take 8g memory approximately. -- 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]
