This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch branch-0.3 in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
commit d40b22663eb233993940997c66d4f73d2f2aba39 Author: sychen <[email protected]> AuthorDate: Wed Sep 27 23:14:27 2023 +0800 [CELEBORN-1009][DOC] CELEBORN_PREFER_JEMALLOC ### What changes were proposed in this pull request?  ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes #1944 from cxzl25/CELEBORN-1009. Lead-authored-by: sychen <[email protected]> Co-authored-by: Keyong Zhou <[email protected]> Signed-off-by: zky.zhoukeyong <[email protected]> (cherry picked from commit 3e515c5d2e15fdd5d152819f52ca40a674208efc) Signed-off-by: zky.zhoukeyong <[email protected]> --- docs/configuration/index.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 2ee39c40a..fbda2f5ab 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -125,19 +125,21 @@ end="<!--end-include-->" Recommend configuring in `conf/celeborn-env.sh`. -| Key | Default | Description | -|----------------------------------|-------------------------------------------------|-------------| -| `CELEBORN_HOME` | ``$(cd "`dirname "$0"`"/..; pwd)`` | | -| `CELEBORN_CONF_DIR` | `${CELEBORN_CONF_DIR:-"${CELEBORN_HOME}/conf"}` | | -| `CELEBORN_MASTER_MEMORY` | 1 GB | | -| `CELEBORN_WORKER_MEMORY` | 1 GB | | -| `CELEBORN_WORKER_OFFHEAP_MEMORY` | 1 GB | | -| `CELEBORN_MASTER_JAVA_OPTS` | | | -| `CELEBORN_WORKER_JAVA_OPTS` | | | -| `CELEBORN_PID_DIR` | `${CELEBORN_HOME}/pids` | | -| `CELEBORN_LOG_DIR` | `${CELEBORN_HOME}/logs` | | -| `CELEBORN_SSH_OPTS` | `-o StrictHostKeyChecking=no` | | -| `CELEBORN_SLEEP` | | | +| Key | Default | Description | +|----------------------------------|-------------------------------------------------|--------------------------------------------------------| +| `CELEBORN_HOME` | ``$(cd "`dirname "$0"`"/..; pwd)`` | | +| `CELEBORN_CONF_DIR` | `${CELEBORN_CONF_DIR:-"${CELEBORN_HOME}/conf"}` | | +| `CELEBORN_MASTER_MEMORY` | 1 GB | | +| `CELEBORN_WORKER_MEMORY` | 1 GB | | +| `CELEBORN_WORKER_OFFHEAP_MEMORY` | 1 GB | | +| `CELEBORN_MASTER_JAVA_OPTS` | | | +| `CELEBORN_WORKER_JAVA_OPTS` | | | +| `CELEBORN_PID_DIR` | `${CELEBORN_HOME}/pids` | | +| `CELEBORN_LOG_DIR` | `${CELEBORN_HOME}/logs` | | +| `CELEBORN_SSH_OPTS` | `-o StrictHostKeyChecking=no` | | +| `CELEBORN_SLEEP` | | Waiting time for `start-all` and `stop-all` operations | +| `CELEBORN_PREFER_JEMALLOC` | | set `true` to enable jemalloc memory allocator | +| `CELEBORN_JEMALLOC_PATH` | | jemalloc library path | ## Tuning
