Skip to content

Commit

Permalink
Fix typo Unite: should be Unit: for reserve-space (#10291) (#10299
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ti-chi-bot committed Sep 1, 2022
1 parent c5e56a7 commit b604c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Configuration items related to storage.
+ The name of the temporary file is `space_placeholder_file`, located in the `storage.data-dir` directory. When TiKV goes offline because its disk space ran out, if you restart TiKV, the temporary file is automatically deleted and TiKV tries to reclaim the space.
+ When the remaining space is insufficient, TiKV does not create the temporary file. The effectiveness of the protection is related to the size of the reserved space. The size of the reserved space is the larger value between 5% of the disk capacity and this configuration value. When the value of this configuration item is `"0MB"`, TiKV disables this disk protection feature.
+ Default value: `"5GB"`
+ Unite: MB|GB
+ Unit: MB|GB

### `enable-ttl`

Expand Down

0 comments on commit b604c89

Please sign in to comment.