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 de8c0a3 commit 04c20b1Copy full SHA for 04c20b1
tikv-configuration-file.md
@@ -762,7 +762,7 @@ Configuration items related to Raftstore.
762
### `raft-log-gc-count-limit`
763
764
+ The hard limit on the allowable number of residual Raft logs
765
-+ 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
766
+ Minimum value: `0`
767
768
### `raft-log-gc-size-limit`
0 commit comments