File tree Expand file tree Collapse file tree
website/i18n/zh-CN/docusaurus-plugin-content-docs/current Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --
185185| --nodekey | 指定节点私钥文件 |
186186| --cbft.blskey | 指定节点 bls 私钥文件 |
187187| --verbosity | 日志级别,0: CRIT; 1: ERROR; 2: WARN; 3: INFO; 4: DEBUG; 5: TRACE |
188- | --syncmode | fast:快速同步模式 ,full:全同步模式 |
188+ | --syncmode | snap:快照同步模式 ,full:全同步模式 |
189189| –-db.nogc | 开启归档模式,开启该开关后,节点数据不再启用垃圾回收机制,所以CPU开销会有所降低,相应的磁盘开销会增大 |
190190| --allow-insecure-unlock | 启用unlockAccount功能 |
191191
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ cd ~/platon-node/ && nohup platon --identity platon-node --datadir ./data --port
199199| --nodekey | 指定节点私钥文件 |
200200| --cbft.blskey | 指定节点 bls 私钥文件 |
201201| --verbosity | 日志级别,0: CRIT; 1: ERROR; 2: WARN; 3: INFO; 4: DEBUG; 5: TRACE |
202- | --syncmode | fast:快速同步模式 ,full:全同步模式 |
202+ | --syncmode | snap:快照同步模式 ,full:全同步模式 |
203203| –db.nogc | 开启归档模式,开启该开关后,节点数据不再启用垃圾回收机制,所以CPU开销会有所降低,相应的磁盘开销会增大 |
204204
205205更多参数意义通过` platon --help ` 命令查看。
You can’t perform that action at this time.
0 commit comments