xianjingfeng commented on code in PR #1390:
URL:
https://github.com/apache/incubator-uniffle/pull/1390#discussion_r1433402992
##########
bin/start-shuffle-server.sh:
##########
@@ -93,6 +99,9 @@ JVM_ARGS=" -server \
-XX:+PrintAdaptiveSizePolicy \
-XX:+PrintGCDateStamps \
-XX:+PrintGCTimeStamps \
+ -XX:+CrashOnOutOfMemoryError \
+ -XX:+ExitOnOutOfMemoryError \
+ ${OOM_DUMP_OPTS} \
Review Comment:
I mean we can add a env variable like `spark.driver.extraJavaOptions` which
in spark. So that users can add any arguments to `JVM_ARGS` by just add
arguments to `JAVA_OPTS` .
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]