Skip to content

Commit 06970e4

Browse files
authored
tikv: the calculation of raft-log-gc-count-limit should be based on 1 KiB instead of 1 MiB (#21037) (#21040)
1 parent 59b3ccd commit 06970e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tikv-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ raftstore 相关的配置项。
735735
### `raft-log-gc-count-limit`
736736

737737
+ 允许残余的 Raft 日志个数,这是一个硬限制。
738-
+ 默认值:3/4 Region 大小所能容纳的日志个数,按照每个日志 1 MiB 计算
738+
+ 默认值:3/4 Region 大小所能容纳的日志个数,按照每个日志 1 KiB 计算
739739
+ 最小值:0
740740

741741
### `raft-log-gc-size-limit`

0 commit comments

Comments
 (0)