gengliangwang commented on a change in pull request #32838:
URL: https://github.com/apache/spark/pull/32838#discussion_r648135253



##########
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:
       On second thought, let's reduce it to 16MB since every thread will 
allocate for such memory for the stack.




-- 
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]

Reply via email to