This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 3e515c5d2 [CELEBORN-1009][DOC] CELEBORN_PREFER_JEMALLOC
3e515c5d2 is described below
commit 3e515c5d2e15fdd5d152819f52ca40a674208efc
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]>
---
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 a2166b9fa..4aef11102 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -128,19 +128,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