xinyiZzz opened a new pull request, #37525:
URL: https://github.com/apache/doris/pull/37525

   On 64G machine, warning water mark is 12.8G. when system available memory 
reaches the warning water mark, load memtable will flush, this is not a good 
idea.
   
   `mem_limit` default 10%, except for the memory used by the Linux kernel , 
buffer may be around 5%, so low water mark=min(6.4G, MemTotal * 5%) looks 
better.
   
   


-- 
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

Reply via email to