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

Josh Rosen updated SPARK-5157:
------------------------------
    Fix Version/s: 1.3.0

> Configure more JVM options properly when we use ConcMarkSweepGC for AM.
> -----------------------------------------------------------------------
>
>                 Key: SPARK-5157
>                 URL: https://issues.apache.org/jira/browse/SPARK-5157
>             Project: Spark
>          Issue Type: Improvement
>          Components: YARN
>    Affects Versions: 1.3.0
>            Reporter: Kousuke Saruta
>            Assignee: Kousuke Saruta
>            Priority: Trivial
>             Fix For: 1.3.0, 1.4.0
>
>
> When we set `SPARK_USE_CONC_INCR_GC`, ConcurrentMarkSweepGC works on the AM.
> Actually, if ConcurrentMarkSweepGC is set for the JVM, following JVM options 
> are set automatically and implicitly.
> * MaxTenuringThreshold=0
> * SurvivorRatio=1024
> Those can not be proper value for most cases.
> See also http://www.oracle.com/technetwork/java/tuning-139912.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to