guixiaowen commented on code in PR #1563:
URL: https://github.com/apache/auron/pull/1563#discussion_r2485268625
##########
.github/workflows/tpcds-reusable.yml:
##########
@@ -309,7 +309,7 @@ jobs:
run: |
mkdir -p /tmp/rss/data && mkdir -p /tmp/rss/logs && \
cd celeborn-bin-${{
steps.get-dependency-version.outputs.celebornversion }} && \
- bash -c "echo -e
'CELEBORN_MASTER_MEMORY=4g\nCELEBORN_WORKER_MEMORY=4g\nCELEBORN_WORKER_OFFHEAP_MEMORY=8g\nCELEBORN_LOG_DIR=/tmp/rss/logs'
> ./conf/celeborn-env.sh" && \
+ bash -c "echo -e
'CELEBORN_MASTER_MEMORY=4g\nCELEBORN_WORKER_MEMORY=4g\nCELEBORN_WORKER_OFFHEAP_MEMORY=8g\nCELEBORN_LOG_DIR=/tmp/rss/logs\nCELEBORN_MASTER_JAVA_OPTS=\"-Xmx2g
-Xms1g\"\nCELEBORN_WORKER_JAVA_OPTS=\"-Xmx3g -Xms1g\"' >
./conf/celeborn-env.sh" && \
Review Comment:
> > why is this code changed?
>
> @richox The UT of this category: **Test Celeborn celeborn-0.5 / Run TPC-DS
test q1, q2, q3, q4, q5, q6, q7, q8, q9 failed due to Java heap out of memory.**
@richox ri Perhaps other factors were involved. I deleted this line of code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]