Skip to content

Commit

Permalink
Update 4.storage-config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Sep 6, 2023
1 parent bc1173c commit 033a011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Storage 服务提供了两份初始配置文件`nebula-storaged.conf.default`和
| `auto_remove_invalid_space` | `true` | 在执行`DROP SPACE`后,会删除指定图空间,该参数设置是否同时删除指定图空间内的所有数据。当值为`true`时,同时删除指定图空间内的所有数据。 |支持|
| `num_io_threads` | `16` | 网络 I/O 线程的数量,用于发送 RPC 请求和接收响应。 |支持|
|`num_max_connections` |`0` |所有网络线程的最大活动连接数,`0`表示没有限制。<br/>每个网络线程的最大连接数=`num_max_connections`/`num_netio_threads`|不支持|
| `num_worker_threads` | `32` | Storage 的 RPC 服务的工作线程数量。 |支持|
| `num_worker_threads` | `32` | Storage 的 RPC 服务的工作线程数量。 |不支持|
| `max_concurrent_subtasks` | `10` | TaskManager 并发执行子任务的最大个数。 |支持|
| `snapshot_part_rate_limit` | `10485760` | Raft leader 向 Raft group 中其它成员同步存量数据时的限速。单位:字节/秒。 |支持|
| `snapshot_batch_size` | `1048576` | Raft leader 向 Raft group 中其它成员同步存量数据时每批发送的数据量。单位:字节。 |支持|
Expand Down

0 comments on commit 033a011

Please sign in to comment.