Add more information on vm map count setting (#241)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

Issue link:#[[Link the issue
here](https://github.com/infiniflow/ragflow/issues/236)]

### Type of change

- [x] Documentation Update
This commit is contained in:
KevinHuSh
2024-04-07 09:41:53 +08:00
committed by GitHub
parent 23b448cf96
commit bb96180e77
5 changed files with 76 additions and 10 deletions

View File

@@ -66,11 +66,11 @@
- CPU >= 2 cores
- RAM >= 8 GB
- Docker
> ローカルマシンWindows、Mac、または Linuxに Docker をインストールしていない場合は、[Docker Engine のインストール](https://docs.docker.com/engine/install/)を参照してください。
> ローカルマシンWindows、Mac、または Linuxに Docker をインストールしていない場合は、[Docker Engine のインストール](https://docs.docker.com/engine/install/) を参照してください。
### 🚀 サーバーを起動
1. `vm.max_map_count` > 65535 であることを確認する:
1. `vm.max_map_count` >= 262144 であることを確認する【[もっと](./docs/max_map_count.md)】:
> `vm.max_map_count` の値をチェックするには:
>
@@ -78,7 +78,7 @@
> $ sysctl vm.max_map_count
> ```
>
> `vm.max_map_count` が 65535 より大きい値でなければリセットする。
> `vm.max_map_count` が 262144 より大きい値でなければリセットする。
>
> ```bash
> # In this case, we set it to 262144: