This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new e6bc8ab79ef [Opt](config) adjust segment cache (#42308) (#42431)
e6bc8ab79ef is described below
commit e6bc8ab79ef73d8b80060f9c2af5b16925444431
Author: lihangyu <[email protected]>
AuthorDate: Thu Oct 24 23:05:36 2024 +0800
[Opt](config) adjust segment cache (#42308) (#42431)
#42308
---
be/src/common/config.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 6dff0a28dbc..7cc70cc5ad2 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1089,8 +1089,8 @@ DEFINE_mInt32(schema_cache_sweep_time_sec, "100");
// max number of segment cache, default -1 for backward compatibility
fd_number*2/5
DEFINE_Int32(segment_cache_capacity, "-1");
DEFINE_Int32(segment_cache_fd_percentage, "40");
-DEFINE_mInt32(estimated_mem_per_column_reader, "1024");
-DEFINE_Int32(segment_cache_memory_percentage, "2");
+DEFINE_mInt32(estimated_mem_per_column_reader, "512");
+DEFINE_Int32(segment_cache_memory_percentage, "5");
// enable feature binlog, default false
DEFINE_Bool(enable_feature_binlog, "false");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]