This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new fd7233143cf branch-3.0: [misc](config) adjust disk resourse limit mode
entrance threshold #43779 (#43950)
fd7233143cf is described below
commit fd7233143cf701cc84c817c8a9f75297eb5a4c9a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 19:04:40 2024 +0800
branch-3.0: [misc](config) adjust disk resourse limit mode entrance
threshold #43779 (#43950)
Cherry-picked from #43779
Co-authored-by: zhengyu <[email protected]>
---
be/src/common/config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index ef70fd9b88c..53c87a74484 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1032,7 +1032,7 @@ DEFINE_Int64(file_cache_each_block_size, "1048576"); //
1MB
DEFINE_Bool(clear_file_cache, "false");
DEFINE_Bool(enable_file_cache_query_limit, "false");
-DEFINE_mInt32(file_cache_enter_disk_resource_limit_mode_percent, "90");
+DEFINE_mInt32(file_cache_enter_disk_resource_limit_mode_percent, "88");
DEFINE_mInt32(file_cache_exit_disk_resource_limit_mode_percent, "80");
DEFINE_mBool(enable_read_cache_file_directly, "false");
DEFINE_mBool(file_cache_enable_evict_from_other_queue_by_size, "true");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]