From 8fb71c4feb7231dc3a024034c7001387100aba20 Mon Sep 17 00:00:00 2001 From: King-Dylan <702299521@qq.com> Date: Thu, 23 Oct 2025 15:36:01 -0700 Subject: [PATCH] The calculation of raft-log-gc-count-limit should be based on 1 KiB --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 53c0422d29c17..f50b90d4d4dbe 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -762,7 +762,7 @@ Configuration items related to Raftstore. ### `raft-log-gc-count-limit` + The hard limit on the allowable number of residual Raft logs -+ Default value: the log number that can be accommodated in the 3/4 Region size (calculated as 1MiB for each log) ++ Default value: the log number that can be accommodated in the 3/4 Region size (calculated as 1KiB for each log) + Minimum value: `0` ### `raft-log-gc-size-limit`