Documentation
ODP 3.3.6.4-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Performance Tuning
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Memory
Bash
xxxxxxxxxx# celeborn-env.sh export CELEBORN_MASTER_MEMORY=4g export CELEBORN_WORKER_MEMORY=2g export CELEBORN_WORKER_OFFHEAP_MEMORY=8g # JVM GC tuning export CELEBORN_MASTER_JAVA_OPTS="-XX:+UseG1GC -XX:MaxGCPauseMillis=200" export CELEBORN_WORKER_JAVA_OPTS="-XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:MaxDirectMemorySize=8g"Buffer Tuning
Bash
xxxxxxxxxxceleborn.worker.flusher.buffer.size=256k # Local disk celeborn.worker.flusher.hdfs.buffer.size=4m # HDFS (must be >= 4 MB) celeborn.worker.flusher.s3.buffer.size=6m # S3Threading
Bash
xxxxxxxxxx# Partition sorting and commit (increase for HDFS/S3) celeborn.worker.sortPartition.threads=64celeborn.worker.commitFiles.threads=128 # Network and RPC celeborn.data.io.threads=32celeborn.rpc.dispatcher.numThreads=32Network
Bash
xxxxxxxxxx# High throughput: increase connections per peer celeborn.data.io.numConnectionsPerPeer=16celeborn.client.push.maxReqsInFlight=128 # Timeouts (increase for large shuffles or slow storage) celeborn.rpc.askTimeout=240sceleborn.worker.commitFiles.timeout=240sSpark Client Tuning
Bash
xxxxxxxxxx# Hash writer: better for moderate partition counts spark.celeborn.client.spark.shuffle.writer=hashspark.celeborn.client.push.buffer.max.size=64k # Sort writer: better for very high partition counts (> 100k)spark.celeborn.client.spark.shuffle.writer=sort # Disable local shuffle reader for consistent performancespark.sql.adaptive.localShuffleReader.enabled=falseType to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Apr 23, 2026
Was this page helpful?
Next to read:
Capacity Planningnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message