Skip to content

Commit e4cba71

Browse files
authored
Modify the introduction of cop_pool_size (#21462) (#21627)
1 parent 7c8615b commit e4cba71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiflash/tiflash-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Note that the following parameters only take effect in TiFlash logs and TiFlash
365365

366366
##### `cop_pool_size` <span class="version-mark">New in v5.0</span>
367367

368-
- Specifies the maximum number of cop requests that TiFlash Coprocessor executes at the same time. If the number of requests exceeds the specified value, the exceeded requests will queue. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores.
368+
- Specifies the maximum number of cop requests that TiFlash Coprocessor can execute concurrently. When the number of requests exceeds this value but remains within 10 times the value, the exceeded requests are queued. When the number of requests exceeds 10 times this value, the exceeded requests are rejected by TiFlash. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores.
369369
- Default value: twice the number of physical cores
370370

371371
##### `cop_pool_handle_limit` <span class="version-mark">New in v5.0</span>

0 commit comments

Comments
 (0)