This is an automated email from the ASF dual-hosted git repository.

zhouky pushed a commit to branch branch-0.3
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.3 by this push:
     new bf5feb674 [CELEBORN-1009][DOC] CELEBORN_PREFER_JEMALLOC
bf5feb674 is described below

commit bf5feb674d3443ee863b9c59bd8f9dc2342c7d5a
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?
    
    
![image](https://github.com/apache/incubator-celeborn/assets/3898450/e7d9e93d-6e1c-469c-98f2-835840bb0973)
    
    ### 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
 

Reply via email to