Skip to content

Commit

Permalink
tikv-configuration-file: add unit for raftstore.capacity (#9318)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Jun 28, 2022
1 parent b2f1e48 commit 7aa032f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ Configuration items related to Raftstore.

+ The storage capacity, which is the maximum size allowed to store data. If `capacity` is left unspecified, the capacity of the current disk prevails. To deploy multiple TiKV instances on the same physical disk, add this parameter to the TiKV configuration. For details, see [Key parameters of the hybrid deployment](/hybrid-deployment-topology.md#key-parameters).
+ Default value: `0`
+ Unit: KB|MB|GB

### `raftdb-path`

Expand Down

0 comments on commit 7aa032f

Please sign in to comment.