Skip to content

Commit

Permalink
blank lines
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 d0a975b commit 09342c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -2306,14 +2306,12 @@ Raft Engine 相关的配置项。
+ 默认值:true
+ 注意:`in-memory` 仅在 `pipelined` 为 true 时生效。


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

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


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

+ 控制单 tikv 实例内存悲观锁使用总上限。当使用超过限制时,悲观锁将 fallback 到持久化方式写入。
Expand Down

0 comments on commit 09342c7

Please sign in to comment.