Skip to content

Commit 382e7af

Browse files
committed
add document
1 parent 3fa9a73 commit 382e7af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contents/docs/install/linux.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ vim /etc/hosts
9090

9191
### 2.4 内存条件
9292

93-
RustFS需要至少2GB的内存来运行
93+
RustFS需要至少2GB的内存来运行测试环境,生产的环境最低需要64GB的内存
9494

9595
### 2.5 时间同步
9696

97+
多节点的一致性必须要使用时间服务器维护时间的一致性,不然可能会出现无法启动服务的情况。相关时间服务器例如使用 `ntp` , `timedatectl` , 或者 `timesyncd`
98+
9799
RustFS需要时间同步,您可以使用以下命令检查时间同步状态:
98100

99101
```bash
@@ -108,7 +110,9 @@ timedatectl status
108110
109111
## 三、配置用户名
110112
113+
RustFS启动,我们建议您配置一个专门的无登录权限的用户进行启动RustFS的服务。在rustfs.service启动控制脚本中,默认的用户和用户组是 `rustfs-user` 和 `rustfs-user` 。
111114
115+
您可以使用 groupadd 和 useradd 命令创建用户和组. 以下示例创建用户、组并设置权限以访问RustFS指定的数据目录。
112116
113117
## 四、下载安装包
114118

0 commit comments

Comments
 (0)