We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5e44c commit 45608e7Copy full SHA for 45608e7
be/src/common/config.cpp
@@ -1011,7 +1011,7 @@ DEFINE_String(inverted_index_searcher_cache_limit, "10%");
1011
// set `true` to enable insert searcher into cache when write inverted index data
1012
DEFINE_Bool(enable_write_index_searcher_cache, "false");
1013
DEFINE_Bool(enable_inverted_index_cache_check_timestamp, "true");
1014
-DEFINE_Int32(inverted_index_fd_number_limit_percent, "40"); // 40%
+DEFINE_Int32(inverted_index_fd_number_limit_percent, "20"); // 20%
1015
1016
// inverted index match bitmap cache size
1017
DEFINE_String(inverted_index_query_cache_limit, "10%");
0 commit comments