We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
raft-log-gc-count-limit
1 parent 784680f commit 5da4b9dCopy full SHA for 5da4b9d
tikv-configuration-file.md
@@ -734,7 +734,7 @@ Configuration items related to Raftstore.
734
### `raft-log-gc-count-limit`
735
736
+ 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)
++ Default value: the number of logs that can fit into three-fourths of the Region size, calculated assuming each log is 1 KiB
738
+ Minimum value: `0`
739
740
### `raft-log-gc-size-limit`
0 commit comments