Skip to content

Commit

Permalink
Add tikv raftstore parameters (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
shonge authored and tennix committed Jul 24, 2019
1 parent 757332e commit d68da0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ tikv:
# [storage.block-cache]
# ## Size of the shared block cache. Normally it should be tuned to 30%-50% of container's total memory.
# # capacity = "1GB"
# [raftstore]
# ## true (default value) for high reliability, this can prevent data loss when power failure.
# # sync-log = true
# # apply-pool-size = 2
# # store-pool-size = 2

replicas: 3
image: pingcap/tikv:v3.0.1
Expand Down

0 comments on commit d68da0e

Please sign in to comment.