Update developer doc (#15336)

### What problem does this PR solve?

update developer doc

### Type of change

- [x] Documentation Update
This commit is contained in:
Jack
2026-05-28 15:58:09 +08:00
committed by GitHub
parent 5de021ebb4
commit bea8092007

View File

@@ -101,7 +101,7 @@ docker compose -f docker/docker-compose-base.yml up -d
```shell ```shell
JEMALLOC_PATH=$(pkg-config --variable=libdir jemalloc)/libjemalloc.so; JEMALLOC_PATH=$(pkg-config --variable=libdir jemalloc)/libjemalloc.so;
LD_PRELOAD=$JEMALLOC_PATH python rag/svr/task_executor.py 1; LD_PRELOAD=$JEMALLOC_PATH python rag/svr/task_executor.py -i 1;
``` ```
```shell ```shell
python api/ragflow_server.py; python api/ragflow_server.py;