We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4637424 commit f37cda3Copy full SHA for f37cda3
tools/tikv-control.md
@@ -203,8 +203,12 @@ $ tikv-ctl --host 127.0.0.1:20160 region-properties -r 2
203
- `-v` 用于指定配置值。
204
205
```bash
206
+# 设置 `shared block cache` 的大小.
207
$ tikv-ctl modify-tikv-config -m storage -n block_cache.capacity -v 10GB
208
success!
209
+# 当禁用 `shared block cache` 时,为 `write` CF 设置 `block cache size`
210
+$ tikv-ctl modify-tikv-config -m kvdb -n write.block_cache_size -v 256MB
211
+success!
212
$ tikv-ctl modify-tikv-config -m kvdb -n max_background_jobs -v 8
213
214
$ tikv-ctl modify-tikv-config -m raftdb -n default.disable_auto_compactions -v true
0 commit comments