Skip to content
Open
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 @@ -762,7 +762,7 @@
### `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 log number that can be accommodated in the 3/4 Region size (calculated as 1KiB for each log)

Check failure on line 765 in tikv-configuration-file.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [PingCAP.Units] Put a nonbreaking space between the number and the unit in '1KiB'. Raw Output: {"message": "[PingCAP.Units] Put a nonbreaking space between the number and the unit in '1KiB'.", "location": {"path": "tikv-configuration-file.md", "range": {"start": {"line": 765, "column": 96}}}, "severity": "ERROR"}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

To improve readability, this sentence can be rephrased to be more direct.

Suggested change
+ Default value: the log number that can be accommodated in the 3/4 Region size (calculated as 1KiB for each log)
+ Default value: the number of logs that can fit into 3/4 of the Region size, calculated assuming each log is 1KiB

+ Minimum value: `0`

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