Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add topology YAML template #3279

Merged
merged 5 commits into from
May 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update topology YAML template
  • Loading branch information
superlzs0476 committed May 25, 2020
commit 76c21827e9d35551119ccde67eb4263a79560c90
6 changes: 3 additions & 3 deletions complex-multi-instant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ server_configs:
tidb:
log.slow-threshold: 300
tikv:
readpool.unified.max-thread-count: <取值参考部署文档的计算公式结果>
readpool.unified.max-thread-count: <The value refers to the calculation formula result of the multi-instance topology document.>
readpool.storage.use-unified-pool: false
readpool.coprocessor.use-unified-pool: true
storage.block-cache.capacity: "<取值参考部署文档的计算公式结果>"
raftstore.capacity: "<取值参考部署文档的计算公式结果>"
storage.block-cache.capacity: "<The value refers to the calculation formula result of the multi-instance topology document.>"
raftstore.capacity: "<The value refers to the calculation formula result of the multi-instance topology document.>"
pd:
replication.location-labels: ["host"]
schedule.leader-schedule-limit: 4
Expand Down
6 changes: 3 additions & 3 deletions simple-multi-instant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ global:

server_configs:
tikv:
readpool.unified.max-thread-count: <取值参考上文计算公式的结果>
readpool.unified.max-thread-count: <The value refers to the calculation formula result of the multi-instance topology document.>
readpool.storage.use-unified-pool: false
readpool.coprocessor.use-unified-pool: true
storage.block-cache.capacity: "<取值参考上文计算公式的结果>"
raftstore.capacity: "<取值参考上文计算公式的结果>"
storage.block-cache.capacity: "<The value refers to the calculation formula result of the multi-instance topology document.>"
raftstore.capacity: "<The value refers to the calculation formula result of the multi-instance topology document.>"
pd:
replication.location-labels: ["host"]

Expand Down