We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901294e commit ba40fb7Copy full SHA for ba40fb7
tikv-configuration-file.md
@@ -330,6 +330,7 @@ Configuration items related to the single thread pool serving read requests. Thi
330
- A scale-up is prevented if it would cause CPU usage to exceed the threshold minus a 10% leeway.
331
332
For example, setting this parameter to `0.8` ensures that the unified read pool does not consume more than 80% of the available CPU resources.
333
++ This feature is active only when [`readpool.unified.auto-adjust-pool-size`](#auto-adjust-pool-size-new-in-v630) is set to `true`.
334
+ Default value: `0.0`
335
+ Value range: `[0.0, 1.0]`
336
0 commit comments