Skip to content

Commit

Permalink
[Doc] Mark ARM as usable (backport #52628) (#52632)
Browse files Browse the repository at this point in the history
Co-authored-by: 絵空事スピリット <[email protected]>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Nov 5, 2024
1 parent f994ac9 commit c302bdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/en/deployment/deployment_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The deployment of StarRocks generally follows the steps outlined here:

4. [Prepare deployment files](../deployment/prepare_deployment_files.md).

- If you want to deploy StarRocks on x86-based CentOS 7.9, you can directly download and extract the software package provided on our official website.
- If you want to deploy StarRocks with ARM architecture CPUs or on Ubuntu 22.04, you need to prepare the deployment files from the StarRocks Docker image.
- If you want to deploy StarRocks on x86 architecture, you can directly download and extract the software package provided on our official website.
- If you want to deploy StarRocks on ARM architecture, you need to prepare the deployment files from the StarRocks Docker image.
- If you want to deploy StarRocks on Kubernetes, you can skip this step.

5. Deploy StarRocks.
Expand Down
4 changes: 0 additions & 4 deletions docs/en/deployment/deployment_prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ You can run the following command in your terminal to check if the CPUs on your
cat /proc/cpuinfo | grep avx2
```

> **NOTE**
>
> ARM architecture does not support SIMD instruction sets, and therefore is less competitive than x86 architecture in some scenarios. Therefore, we only recommend deploying StarRocks on ARM architecture in a development environment.
### Memory

No specific requirement is imposed on memory kits used for StarRocks. See [Plan StarRocks cluster - CPU and Memory](../deployment/plan_cluster.md#cpu-and-memory) for the recommended memory size.
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/deployment/deployment_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ StarRocks 的部署通常遵循以下步骤:

4. [准备部署文件](../deployment/prepare_deployment_files.md)

- 如需在基于 x86 架构的 CentOS 7.9 平台上部署 StarRocks,您可以直接下载并解压官网提供的软件包。
- 如需在 ARM 架构 CPU 或 Ubuntu 22.04 上部署 StarRocks,您需要通过 StarRocks 的 Docker 镜像准备部署文件。
- 如需在 x86 架构部署 StarRocks,您可以直接下载并解压官网提供的软件包。
- 如需在 ARM 架构部署 StarRocks,您需要通过 StarRocks 的 Docker 镜像准备部署文件。
- 如需在 Kubernetes 上部署 StarRocks,您可以跳过该步骤。

5. 部署 StarRocks。
Expand Down
4 changes: 0 additions & 4 deletions docs/zh/deployment/deployment_prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ StarRocks 依靠 AVX2 指令集充分发挥其矢量化能力。因此,在生
cat /proc/cpuinfo | grep avx2
```

> **说明**
>
> ARM 架构不支持 SIMD 指令集,因此在某些场景下的性能不及 x86 架构。我们只推荐您在开发环境中部署 ARM 架构下的 StarRocks。
### 内存

StarRocks 对内存没有特定要求。关于推荐的内存大小,请参考 [规划 StarRocks 集群 - CPU 和内存](../deployment/plan_cluster.md#cpu-和内存)
Expand Down

0 comments on commit c302bdb

Please sign in to comment.