Skip to content

Commit

Permalink
Use a proper expression for iops limiation (#10786)
Browse files Browse the repository at this point in the history
  • Loading branch information
BornChanger authored Aug 5, 2022
1 parent 4894206 commit fd8fe26
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 @@ -1703,13 +1703,13 @@ Raft Engine 相关的配置项。

+ 限制前台事务写入的带宽,这是一个软限制。
+ 默认值:0KB(即无限制)
+ 推荐设置:除非因为 `foreground-cpu-time` 设置不足以对写带宽做限制,一般情况下本配置项使用默认值 `0` 即可;否则,在 4 核及 4 核以下规格实例上,建议设置在 50M 以下。
+ 推荐设置:除非因为 `foreground-cpu-time` 设置不足以对写带宽做限制,一般情况下本配置项使用默认值 `0` 即可;否则,在 4 核及 4 核以下规格实例上,建议设置在 `50MB` 以下。

#### `foreground-read-bandwidth` <span class="version-mark">从 v6.0.0 版本开始引入 </span>

+ 限制前台事务读取数据和 Coprocessor 读取数据的带宽,这是一个软限制。
+ 默认值:0KB(即无限制)
+ 推荐设置:除非因为 `foreground-cpu-time` 设置不足以对读带宽做限制,一般情况本配置项使用默认值 `0` 即可;否则,在 4 核及 4 核以下规格实例上,建议设置在 20M 以内。
+ 推荐设置:除非因为 `foreground-cpu-time` 设置不足以对读带宽做限制,一般情况本配置项使用默认值 `0` 即可;否则,在 4 核及 4 核以下规格实例上,建议设置在 `20MB` 以内。

### 后台限流

Expand Down

0 comments on commit fd8fe26

Please sign in to comment.