Skip to content

Commit

Permalink
Hdd-description fix (#156)
Browse files Browse the repository at this point in the history
* remove the upgrade file

* Revert "remove the upgrade file"

This reverts commit 76f5fab.

* fix HDD description.

As in dingtalk discussion, the HDD-support issue will be settled as the
current description.

Co-authored-by: randomJoe211 <69501902+randomJoe211@users.noreply.github.com>
  • Loading branch information
whitewum and randomJoe211 committed Feb 7, 2021
1 parent c478d57 commit e58e88f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/manual-CN/1.overview/2.quick-start/2.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ curl http://192.168.8.40:13000/status

### 是否支持 HDD 硬盘

可正常运行的硬盘要求为 SSD。在 HDD 上运行需要经过代码和参数改造,不推荐使用。有特别需求也可联系 info@vesoft.com
由于较低的 IOPS 和较长的随机读写延时,**不建议** 使用 HDD。目前的缺省参数未对 HDD 优化,自行使用可能会遇到性能问题

### 参数配置

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@
## 关于机械硬盘和千兆网络(特别说明)

可正常运行的硬盘要求为 SSD。在 HDD 上运行需要经过代码和参数改造,不推荐使用。有特别需求也可联系 info@vesoft.com
可正常运行的硬盘要求为 SSD。由于较低的 IOPS 和较长的随机读写延时,**不建议** 使用 HDD。目前的缺省参数未对 HDD 优化,自行使用可能会遇到性能问题

<!--
如果你想测试,以下是一些需调整的参数:
如确认需使用HDD测试,请尝试需调整以下参数:

* etc/nebula-storage.conf:
* --raft_rpc_timeout_ms= 5000 至 10000
Expand Down

0 comments on commit e58e88f

Please sign in to comment.