Skip to content

Commit

Permalink
TiKV config: add capacity (#7665) (#7830)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 10, 2022
1 parent 6e7bb0b commit 0953899
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ Configuration items related to Raftstore
+ Enables or disables `prevote`. Enabling this feature helps reduce jitter on the system after recovery from network partition.
+ Default value: `true`

### `capacity`

+ 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`

### `raftdb-path`

+ The path to the Raft library, which is `storage.data-dir/raft` by default
Expand Down

0 comments on commit 0953899

Please sign in to comment.