gavinchou commented on code in PR #34354: URL: https://github.com/apache/doris/pull/34354#discussion_r1587035609
########## be/src/common/config.cpp: ########## @@ -1246,6 +1246,12 @@ DEFINE_Int64(num_s3_file_upload_thread_pool_min_thread, "16"); DEFINE_Int64(num_s3_file_upload_thread_pool_max_thread, "64"); // The max ratio for ttl cache's size DEFINE_mInt64(max_ttl_cache_ratio, "90"); +// The maximum jvm heap usage ratio for hdfs write workload +DEFINE_mDouble(max_hdfs_jni_heap_usage_ratio, "0.7"); Review Comment: Naming max_hdfs_jni_heap_usage_ratio -> max_hdfs_wirter_jni_heap_usage_ratio -- 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