docs: update range for numOfCommitThreads (#21122)
This commit is contained in:
parent
edc4bdae0d
commit
baf098267f
|
@ -358,6 +358,17 @@ The charset that takes effect is UTF-8.
|
||||||
| Value Range | 0-4096 |
|
| Value Range | 0-4096 |
|
||||||
| Default Value | 2x the CPU cores |
|
| Default Value | 2x the CPU cores |
|
||||||
|
|
||||||
|
## Performance Tuning
|
||||||
|
|
||||||
|
### numOfCommitThreads
|
||||||
|
|
||||||
|
| Attribute | Description |
|
||||||
|
| ------------- | ----------------------------------- |
|
||||||
|
| Applicable | Server Only |
|
||||||
|
| Meaning | Maximum number of threads to commit |
|
||||||
|
| Value Range | 0-1024 |
|
||||||
|
| Default Value | |
|
||||||
|
|
||||||
## Log Parameters
|
## Log Parameters
|
||||||
|
|
||||||
### logDir
|
### logDir
|
||||||
|
|
|
@ -356,7 +356,7 @@ charset 的有效值是 UTF-8。
|
||||||
| 适用范围 | 仅服务端适用 |
|
| 适用范围 | 仅服务端适用 |
|
||||||
| 含义 | dnode 支持的最大 vnode 数目 |
|
| 含义 | dnode 支持的最大 vnode 数目 |
|
||||||
| 取值范围 | 0-4096 |
|
| 取值范围 | 0-4096 |
|
||||||
| 缺省值 | CPU 核数的 2 倍 |
|
| 缺省值 | CPU 核数的 2 倍 |
|
||||||
|
|
||||||
## 性能调优
|
## 性能调优
|
||||||
|
|
||||||
|
@ -366,6 +366,7 @@ charset 的有效值是 UTF-8。
|
||||||
| -------- | ---------------------- |
|
| -------- | ---------------------- |
|
||||||
| 适用范围 | 仅服务端适用 |
|
| 适用范围 | 仅服务端适用 |
|
||||||
| 含义 | 设置写入线程的最大数量 |
|
| 含义 | 设置写入线程的最大数量 |
|
||||||
|
| 取值范围 | 0-1024 |
|
||||||
| 缺省值 | |
|
| 缺省值 | |
|
||||||
|
|
||||||
## 日志相关
|
## 日志相关
|
||||||
|
|
Loading…
Reference in New Issue