Skip to content

Commit 0bd6321

Browse files
authored
tikv: fix the default value of end-point-memory-quota (#22271)
1 parent df7ac2e commit 0bd6321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tikv-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ This document only describes the parameters that are not included in command-lin
225225
### `end-point-memory-quota` <span class="version-mark">New in v8.2.0</span>
226226

227227
* The maximum amount of memory that TiKV Coprocessor requests can use. If this limit is exceeded, subsequent Coprocessor requests are rejected with the error "server is busy."
228-
* Default value: 45% of the total system memory. If 45% of the total system memory exceeds 500 MiB, the default value is 500 MiB.
228+
* Default value: the larger value between 12.5% of the total system memory and 500 MiB.
229229

230230
### `snap-io-max-bytes-per-sec`
231231

0 commit comments

Comments
 (0)