Selaa lähdekoodia

docs: update quickstart.mdx (#1283)

### What problem does this PR solve?

minor fix

### Type of change

- [x] Documentation Update
tags/v0.8.0
Ikko Eltociear Ashimine 1 vuosi sitten
vanhempi
commit
038ca8c0ea
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      docs/quickstart.mdx

+ 1
- 1
docs/quickstart.mdx Näytä tiedosto

<details> <details>
<summary>1. Ensure <code>vm.max_map_count</code> &ge; 262144:</summary> <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. 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.



Loading…
Peruuta
Tallenna