Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: cfzjywxk <[email protected]>
  • Loading branch information
cfzjywxk committed Sep 14, 2024
1 parent 118054b commit d0a975b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2309,14 +2309,14 @@ Raft Engine 相关的配置项。

### `in-memory-peer-size-limit` <span class="version-mark">从 v8.4.0 版本开始引入</span>

+ 控制单 region 内存悲观锁内存使用上限。
+ 控制单 region 内存悲观锁内存使用上限。当使用超过限制时,悲观锁将 fallback 到持久化方式写入。
+ 默认值:512KiB
+ 单位:KiB|MiB|GiB


### `in-memory-global-size-limit` <span class="version-mark">从 v8.4.0 版本开始引入</span>

+ 控制单 tikv 实例内存悲观锁使用总上限。
+ 控制单 tikv 实例内存悲观锁使用总上限。当使用超过限制时,悲观锁将 fallback 到持久化方式写入。
+ 默认值:100MiB
+ 单位:KiB|MiB|GiB

Expand Down

0 comments on commit d0a975b

Please sign in to comment.