Minor style changes (#11554)

### What problem does this PR solve?

### Type of change


- [ ] Documentation Update
This commit is contained in:
writinwaters
2025-11-27 09:42:06 +08:00
committed by GitHub
parent a9259917c6
commit 7c3c185038
6 changed files with 60 additions and 58 deletions

View File

@ -39,8 +39,10 @@ If you have not installed Docker on your local machine (Windows, Mac, or Linux),
This section provides instructions on setting up the RAGFlow server on Linux. If you are on a different operating system, no worries. Most steps are alike.
1. Ensure `vm.max_map_count` ≥ 262144.
<details>
<summary>1. Ensure <code>vm.max_map_count</code> &ge; 262144:</summary>
<summary>Expand to show details:</summary>
`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 abnormal behaviors, and the system will throw out-of-memory errors when a process reaches the limitation.