gavinchou commented on code in PR #26483:
URL: https://github.com/apache/doris/pull/26483#discussion_r1383495056
##########
be/src/common/config.cpp:
##########
@@ -1118,9 +1118,12 @@ DEFINE_Bool(ignore_always_true_predicate_for_segment,
"true");
// Dir of default timezone files
DEFINE_String(default_tzfiles_path, "${DORIS_HOME}/zoneinfo");
-// Max size(bytes) of group commit queues, used for mem back pressure.
+// Max size(bytes) of group commit queues, used for mem back pressure, defult
64M.
DEFINE_Int32(group_commit_max_queue_size, "65536");
+// Max size(bytes) of wal disk using, used for disk space back pressure,
default 64M.
+DEFINE_Int32(wal_max_disk_size, "65535");
Review Comment:
65536 should be 64KiB?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]