gengliangwang commented on a change in pull request #32838:
URL: https://github.com/apache/spark/pull/32838#discussion_r648062670
##########
File path: build/sbt
##########
@@ -53,7 +53,7 @@ realpath () {
declare -r noshare_opts="-Dsbt.global.base=project/.sbtboot
-Dsbt.boot.directory=project/.boot -Dsbt.ivy.home=project/.ivy"
declare -r sbt_opts_file=".sbtopts"
declare -r etc_sbt_opts_file="/etc/sbt/sbtopts"
-declare -r default_sbt_opts="-Xss4m"
+declare -r default_sbt_opts="-Xss256m"
Review comment:
@HyukjinKwon The container for Github action jobs has 7G memory so this
should be fine.
The work of https://issues.apache.org/jira/browse/SPARK-35042 is great, but
it requires large stack for compiling. There will be more optmizations. Let's
make it 256M since the container has enough memory.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]