Skip to content
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

Change attribute value #4544

Merged
merged 8 commits into from
Jan 4, 2021
2 changes: 2 additions & 0 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,14 @@ This section introduces configuration items related to the Coprocessor Cache fea
- The total size of the cached data. When the cache space is full, old cache entries are evicted.
- Default value: `1000.0`
- Unit: MB
- Type: Float

### `admission-max-result-mb`

- Specifies the largest single push-down calculation result set that can be cached. If the result set of a single push-down calculation returned on the Coprocessor is less than the result set specified by this parameter, the result set is cached. Increasing this value means that more types of push-down requests are cached, but also cause the cache space to be occupied more easily. Note that the size of each push-down calculation result set is generally smaller than the size of the Region. Therefore, it is meaningless to set this value far beyond the size of a Region.
- Default value: `10.0`
- Unit: MB
- Type: Float

### `admission-min-process-ms`

Expand Down