Skip to content

Commit 5da4b9d

Browse files
authored
tikv: the calculation of raft-log-gc-count-limit should be based on 1 KiB instead of 1 MiB (#21966) (#21999)
1 parent 784680f commit 5da4b9d

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
@@ -734,7 +734,7 @@ Configuration items related to Raftstore.
734734
### `raft-log-gc-count-limit`
735735

736736
+ The hard limit on the allowable number of residual Raft logs
737-
+ Default value: the log number that can be accommodated in the 3/4 Region size (calculated as 1MiB for each log)
737+
+ Default value: the number of logs that can fit into three-fourths of the Region size, calculated assuming each log is 1 KiB
738738
+ Minimum value: `0`
739739

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

0 commit comments

Comments
 (0)