Skip to content

Commit

Permalink
docs: update quickstart.mdx (infiniflow#1283)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

minor fix

### Type of change

- [x] Documentation Update
  • Loading branch information
eltociear authored Jun 27, 2024
1 parent 7016cc1 commit b632dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
<details>
<summary>1. Ensure <code>vm.max_map_count</code> &ge; 262144:</summary>

`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.

Expand Down

0 comments on commit b632dd6

Please sign in to comment.