Skip to content

Modify the introduction of cop_pool_size #20704

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion tiflash/tiflash-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ I/O 限流功能相关配置。

##### `cop_pool_size` <span class="version-mark">从 v5.0 版本开始引入</span>

- 表示 TiFlash Coprocessor 最多同时执行的 cop 请求数量。如果请求数量超过了该配置指定的值,多出的请求会排队等待。如果设为 `0` 或不设置,则使用默认值,即物理核数的两倍。
- 表示 TiFlash Coprocessor 最多同时执行的 cop 请求数量。如果请求数量超过该配置指定的值,并且小于 10 倍,多出的请求会排队等待;如果请求数量超过了 10 倍,多出来的请求会被 TiFlash 拒绝。如果设为 `0` 或不设置,则使用默认值,即物理核数的两倍。
- 默认值:物理核数的两倍

##### `cop_pool_handle_limit` <span class="version-mark">从 v5.0 版本开始引入</span>
Expand Down