Skip to content

Commit

Permalink
[fix](config) change inverted_index_fd_number_limit_percent default v…
Browse files Browse the repository at this point in the history
…alue #42224 (#42426)
  • Loading branch information
xiaokang authored Oct 25, 2024
1 parent ce5e44c commit 45608e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ DEFINE_String(inverted_index_searcher_cache_limit, "10%");
// set `true` to enable insert searcher into cache when write inverted index data
DEFINE_Bool(enable_write_index_searcher_cache, "false");
DEFINE_Bool(enable_inverted_index_cache_check_timestamp, "true");
DEFINE_Int32(inverted_index_fd_number_limit_percent, "40"); // 40%
DEFINE_Int32(inverted_index_fd_number_limit_percent, "20"); // 20%

// inverted index match bitmap cache size
DEFINE_String(inverted_index_query_cache_limit, "10%");
Expand Down

0 comments on commit 45608e7

Please sign in to comment.