From cb731dce34f7845d7a29287198aae5d00ad9490b Mon Sep 17 00:00:00 2001 From: Zhedong Cen Date: Wed, 3 Sep 2025 10:50:39 +0800 Subject: [PATCH] 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 --- README.md | 2 ++ README_id.md | 2 ++ README_ja.md | 2 ++ README_ko.md | 2 ++ README_pt_br.md | 2 ++ README_tzh.md | 2 ++ README_zh.md | 2 ++ 7 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 33df72dd8..975d8946e 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/README_id.md b/README_id.md index 85610a009..f0f8f60cf 100644 --- a/README_id.md +++ b/README_id.md @@ -312,6 +312,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. Jalankan aplikasi backend: diff --git a/README_ja.md b/README_ja.md index bf3df4504..227eecb50 100644 --- a/README_ja.md +++ b/README_ja.md @@ -307,6 +307,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. バックエンドサービスを起動する: diff --git a/README_ko.md b/README_ko.md index bcab8ace2..ff19bc9a7 100644 --- a/README_ko.md +++ b/README_ko.md @@ -306,6 +306,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. 백엔드 서비스를 시작합니다: diff --git a/README_pt_br.md b/README_pt_br.md index 93967ed36..d119c95d2 100644 --- a/README_pt_br.md +++ b/README_pt_br.md @@ -330,6 +330,8 @@ docker build --platform linux/amd64 -f Dockerfile -t infiniflow/ragflow:nightly sudo apt-get install libjemalloc-dev # centos sudo yum instalar jemalloc + # mac + sudo brew install jemalloc ``` 6. Lance o serviço de back-end: diff --git a/README_tzh.md b/README_tzh.md index d31babd95..e6e1a9d12 100644 --- a/README_tzh.md +++ b/README_tzh.md @@ -343,6 +343,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. 啟動後端服務: diff --git a/README_zh.md b/README_zh.md index 79b411d3f..785919a51 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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. 启动后端服务: