Skip to content

Commit b561c2e

Browse files
Modify the introduction of cop_pool_size (pingcap#21462)
1 parent 1abeef1 commit b561c2e

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
@@ -375,7 +375,7 @@ Note that the following parameters only take effect in TiFlash logs and TiFlash
375375

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

378-
- 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.
378+
- 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.
379379
- Default value: twice the number of physical cores
380380

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

0 commit comments

Comments
 (0)