Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,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 number of logs that can fit into three-fourths of the Region size, calculated assuming each log is 1 KiB
+ Minimum value: `0`

### `raft-log-gc-size-limit`
Expand Down