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

@ -342,6 +342,8 @@ docker build --platform linux/amd64 --build-arg NEED_MIRROR=1 -f Dockerfile -t i
sudo apt-get install libjemalloc-dev
# centos
sudo yum install jemalloc
# mac
sudo brew install jemalloc
```
6. 启动后端服务: