Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-note-for-supporting-arm #1776

Merged
merged 1 commit into from
Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,20 @@ NebulaGraph is designed and implemented for NVMe SSD. All default parameters are
- Use local SSD devices, or AWS Provisioned IOPS SSD equivalence.

## About CPU architecture

{{ ent.ent_begin }}
!!! enterpriseonly

You can run NebulaGraph Enterprise Edition on ARM, including Apple Mac M1 and Huawei Kunpeng. [Contact us](https://nebula-graph.com.cn/pricing/) for details.

{{ ent.ent_end }}

!!! note

Starting with 3.0.2, you can run containerized NebulaGraph databases on Docker Desktop for ARM macOS or on ARM Linux servers.



## Requirements for compiling the source code

### Hardware requirements for compiling NebulaGraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Using Docker Compose can quickly deploy NebulaGraph services based on the prepar

3. Run the following command to start all the NebulaGraph services.

Starting with 3.0.2, NebulaGraph comes with ARM64 Linux Docker images. You can run containerized NebulaGraph databases on Docker Desktop for ARM macOS or on ARM Linux servers.

!!! Note

Expand Down