File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1040,7 +1040,7 @@ DEFINE_String(inverted_index_searcher_cache_limit, "10%");
1040
1040
// set `true` to enable insert searcher into cache when write inverted index data
1041
1041
DEFINE_Bool (enable_write_index_searcher_cache, " true" );
1042
1042
DEFINE_Bool (enable_inverted_index_cache_check_timestamp, " true" );
1043
- DEFINE_Int32 (inverted_index_fd_number_limit_percent, " 40 " ); // 40 %
1043
+ DEFINE_Int32 (inverted_index_fd_number_limit_percent, " 20 " ); // 20 %
1044
1044
DEFINE_Int32 (inverted_index_query_cache_shards, " 256" );
1045
1045
1046
1046
// inverted index match bitmap cache size
@@ -1088,7 +1088,7 @@ DEFINE_mInt32(schema_cache_sweep_time_sec, "100");
1088
1088
1089
1089
// max number of segment cache, default -1 for backward compatibility fd_number*2/5
1090
1090
DEFINE_Int32 (segment_cache_capacity, " -1" );
1091
- DEFINE_Int32 (segment_cache_fd_percentage, " 40 " );
1091
+ DEFINE_Int32 (segment_cache_fd_percentage, " 20 " );
1092
1092
DEFINE_mInt32 (estimated_mem_per_column_reader, " 512" );
1093
1093
DEFINE_Int32 (segment_cache_memory_percentage, " 5" );
1094
1094
You can’t perform that action at this time.
0 commit comments