Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
Signed-off-by: lucasliang <[email protected]>
  • Loading branch information
LykxSassinator committed Aug 13, 2024
1 parent 7f3f762 commit bb80b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pd-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,13 @@ pd-server 相关配置项。
### `max-merge-region-size`

+ 控制 Region Merge 的 size 上限,当 Region Size 大于指定值时 PD 不会将其与相邻的 Region 合并。
+ 默认:54
+ 默认:54(8.2.0 及之前版本默认值为 20)
+ 单位:MiB

### `max-merge-region-keys`

+ 控制 Region Merge 的 key 上限,当 Region key 大于指定值时 PD 不会将其与相邻的 Region 合并。
+ 默认:540000
+ 默认:540000(8.2.0 及之前版本默认值为 200000)

### `patrol-region-interval`

Expand Down

0 comments on commit bb80b99

Please sign in to comment.