Skip to content

Commit

Permalink
tikv: add some missing dynamic config items (#13236) (#13251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 3, 2023
1 parent f18df63 commit 362c485
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dynamic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ show warnings;
| server.max-grpc-send-msg-len | gRPC 可发送的最大消息长度 |
| server.raft-msg-max-batch-size | 单个 gRPC 消息可包含的最大 Raft 消息个数 |
| server.simplify-metrics | 精简监控采样数据的开关 |
| server.snap-max-write-bytes-per-sec | 处理 snapshot 时最大允许使用的磁盘带宽 |
| server.concurrent-send-snap-limit | 同时发送 snapshot 的最大个数 |
| server.concurrent-recv-snap-limit | 同时接受 snapshot 的最大个数 |
| storage.block-cache.capacity | 共享 block cache 的大小(自 v4.0.3 起支持) |
| storage.scheduler-worker-pool-size | Scheduler 线程池中线程的数量 |
| backup.num-threads | backup 线程的数量(自 v4.0.3 起支持) |
Expand Down

0 comments on commit 362c485

Please sign in to comment.