From 038ca8c0eacec6a9ea9e1f253e2e8663c998dcd9 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 27 Jun 2024 10:20:42 +0900 Subject: [PATCH] docs: update quickstart.mdx (#1283) ### What problem does this PR solve? minor fix ### Type of change - [x] Documentation Update --- docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 299619260..921303ebd 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -32,7 +32,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
1. Ensure vm.max_map_count ≥ 262144: - `vm.max_map_count`. This value sets the the maximum number of memory map areas a process may have. Its default value is 65530. While most applications require fewer than a thousand maps, reducing this value can result in abmornal behaviors, and the system will throw out-of-memory errors when a process reaches the limitation. + `vm.max_map_count`. This value sets the maximum number of memory map areas a process may have. Its default value is 65530. While most applications require fewer than a thousand maps, reducing this value can result in abmornal behaviors, and the system will throw out-of-memory errors when a process reaches the limitation. RAGFlow v0.7.0 uses Elasticsearch for multiple recall. Setting the value of `vm.max_map_count` correctly is crucial to the proper functioning of the Elasticsearch component.