Skip to content

Commit

Permalink
reference: add max open files explanation on lightning (#1978)
Browse files Browse the repository at this point in the history
* add max open files explaination on lightning
  • Loading branch information
ericsyh authored and IANTHEREAL committed Oct 30, 2019
1 parent f501197 commit 39b9755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/reference/tools/tidb-lightning/deployment.md
Expand Up @@ -247,6 +247,7 @@ TiDB Lightning 可随 TiDB 集群一起用 [Ansible 部署](/dev/how-to/deploy/o
# 流管道窗口大小,管道满时会阻塞流。
# stream-channel-window = 128
# 引擎文档同时打开的最大数量。
# 需要大于 tidb-lightning 中 index-concurrency 和 table-concurrency 之和。
max-open-engines = 8
# Importer 上传至 TiKV 的最大速度 (bytes per second)。
# upload-speed-limit = "512MB"
Expand Down
1 change: 1 addition & 0 deletions v2.1/reference/tools/tidb-lightning/deployment.md
Expand Up @@ -237,6 +237,7 @@ TiDB Lightning 可随 TiDB 集群一起用 [Ansible 部署](/v2.1/how-to/deploy/
# 流管道窗口大小,管道满时会阻塞流。
#stream-channel-window = 128
# 引擎文档同时打开的最大数量。
# 需要大于 tidb-lightning 中 index-concurrency 和 table-concurrency 之和。
max-open-engines = 8
# Importer 上传至 TiKV 的最大速度 (bytes per second)。
#upload-speed-limit = "512MB"
Expand Down
1 change: 1 addition & 0 deletions v3.0/reference/tools/tidb-lightning/deployment.md
Expand Up @@ -248,6 +248,7 @@ TiDB Lightning 可随 TiDB 集群一起用 [Ansible 部署](/v3.0/how-to/deploy/
# 流管道窗口大小,管道满时会阻塞流。
# stream-channel-window = 128
# 引擎文档同时打开的最大数量。
# 需要大于 tidb-lightning 中 index-concurrency 和 table-concurrency 之和。
max-open-engines = 8
# Importer 上传至 TiKV 的最大速度 (bytes per second)。
# upload-speed-limit = "512MB"
Expand Down

0 comments on commit 39b9755

Please sign in to comment.