Skip to content

Commit

Permalink
Update quick start (#149)
Browse files Browse the repository at this point in the history
* remove the upgrade file

* Revert "remove the upgrade file"

This reverts commit 76f5fab.

* add system-requirement to quick-start
  • Loading branch information
whitewum authored Jan 19, 2021
1 parent 5daf306 commit 2ca2b86
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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 上运行需要经过大量代码改造
可正常运行的硬盘要求为 SSD。在 HDD 上运行需要经过代码和参数改造,不推荐使用。有特别需求也可联系 info@vesoft.com

### 参数配置

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* CMake:3.5.0 或更高版本,通过命令`cmake --version`查看
* 能够访问互联网

**注意**:Nebula Graph 目前仅支持 x86_64 架构。
**注意**:Nebula Graph 目前支持 x86_64 架构。ARM 架构需求请联系 info@vesoft.com.

## 快速编译步骤

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,12 @@
* 图空间 partition 数量:全集群的所有硬盘数量 * (2 至 10 —— 硬盘越好该值越大)
* 内存和硬盘另预留 20% buffer。

> 如果全集群的机器内存不够达到上述标准:设置 `--enable_partitioned_index_filter=true` ,可以减少 (`bloomfilter` 的)内存占用,相应会有读性能降低(各场景不同)。
> 如果全集群的机器内存不够达到上述标准:设置 `--enable_partitioned_index_filter=true` ,可以减少 (`bloomfilter` 的)内存占用,相应会有读性能降低(各场景不同,需测试)。
> 存储默认压缩算法为 snappy, 可以改为 Lz4 以提高压缩比。
## 关于机械硬盘和千兆网络(不支持)
## 关于机械硬盘和千兆网络(特别说明)

1. 设计和默认参数针对的硬件设备是 NVMe SSD 和万兆网。

2. **HDD 无法满足软件运行要求,实践中无法正常运行**
可正常运行的硬盘要求为 SSD。在 HDD 上运行需要经过代码和参数改造,不推荐使用。有特别需求也可联系 info@vesoft.com

<!--
如果你想测试,以下是一些需调整的参数:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ nav:
- 快速开始和常用链接:
- 开始试用: manual-CN/1.overview/2.quick-start/1.get-started.md
- 常见问题 FAQ: manual-CN/1.overview/2.quick-start/2.FAQ.md
- 系统要求: manual-CN/3.build-develop-and-administration/3.configurations/0.system-requirement.md
- Nebula Graph 客户端: manual-CN/1.overview/2.quick-start/3.supported-clients.md
- 编译源代码: manual-CN/3.build-develop-and-administration/1.build/1.build-source-code.md
- 导入 .csv 文件: manual-CN/1.overview/2.quick-start/4.import-csv-file.md
Expand Down

0 comments on commit 2ca2b86

Please sign in to comment.