You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean R. Owen (Jira)" <ji...@apache.org> on 2019/12/05 17:52:00 UTC

[jira] [Resolved] (SPARK-30121) Fix memory usage in sbt build script

     [ https://issues.apache.org/jira/browse/SPARK-30121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean R. Owen resolved SPARK-30121.
----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 26757
[https://github.com/apache/spark/pull/26757]

> Fix memory usage in sbt build script
> ------------------------------------
>
>                 Key: SPARK-30121
>                 URL: https://issues.apache.org/jira/browse/SPARK-30121
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.4.4, 3.0.0
>            Reporter: Kent Yao
>            Assignee: Kent Yao
>            Priority: Trivial
>             Fix For: 3.0.0
>
>
> 1. the default memory setting is missing in usage instructions 
> {code:java}
> ```
> build/sbt -h
> ```
> ```
> -mem    <integer>  set memory options (default: , which is -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=256m)
> ```
> {code}
> 2. the Perm space is not needed anymore, since java7 is removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org