dongjoon-hyun commented on a change in pull request #26757: 
[SPARK-30121][Build] Fix memory usage in sbt build script
URL: https://github.com/apache/spark/pull/26757#discussion_r354392883
 
 

 ##########
 File path: build/sbt
 ##########
 @@ -66,7 +66,7 @@ Usage: $script_name [options]
   -sbt-dir   <path>  path to global settings/plugins directory (default: 
~/.sbt)
   -sbt-boot  <path>  path to shared boot directory (default: ~/.sbt/boot in 
0.11 series)
   -ivy       <path>  path to local Ivy repository (default: ~/.ivy2)
-  -mem    <integer>  set memory options (default: $sbt_mem, which is 
$(get_mem_opts $sbt_mem))
+  -mem    <integer>  set memory options (default: $sbt_default_mem, which is 
$(get_mem_opts $sbt_default_mem))
 
 Review comment:
   What I meant was the updated code came the upstream~ I know this is not 
1.3.8.
   I'm also +1 for removing these wrappers. That's the reason to be reluctant 
to invest(make a commit on this) here.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to