Add jemalloc install instruction for mac (#9879)

### What problem does this PR solve?

Add jemalloc install instruction for mac

### Type of change

- [x] Documentation Update
This commit is contained in:
Zhedong Cen
2025-09-03 10:50:39 +08:00
committed by GitHub
parent 1595cdc48f
commit cb731dce34
7 changed files with 14 additions and 0 deletions

View File

@ -348,6 +348,8 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly
sudo apt-get install libjemalloc-dev
# centos
sudo yum install jemalloc
# mac
sudo brew install jemalloc
```
6. Launch backend service: