wenzhenghu commented on issue #56104: URL: https://github.com/apache/doris/issues/56104#issuecomment-3404323029
> We can add two BE configuration parameters, small_query_overcommit_free_threshold_bytesand small_query_memory_free_threshold_bytes, for free_top_overcommit_queryand free_top_memory_queryrespectively. This allows users to flexibly configure them according to their workload scenarios. The former is used to replace the hardcoded value 33554432 (32MB), and the latter is used to fix the issue mentioned in the report. Analyzing the master code reveals that the latest memory release implementation has been refactored and requires an adjustment to the bugfix approach. -- 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]
