zhannngchen commented on code in PR #32991:
URL: https://github.com/apache/doris/pull/32991#discussion_r1545905981


##########
be/src/common/config.cpp:
##########
@@ -797,6 +797,7 @@ DEFINE_mInt32(jdbc_connection_pool_cache_clear_time_sec, 
"28800");
 
 // Global bitmap cache capacity for aggregation cache, size in bytes
 DEFINE_Int64(delete_bitmap_agg_cache_capacity, "104857600");
+DEFINE_Double(delete_bitmap_dynamic_agg_cache_capacity_percentage, "0.005");

Review Comment:
   use same format like other cache configs, like
   ```
   DEFINE_String(pk_storage_page_cache_limit, "10%");
   ```



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