Skip to content
Snippets Groups Projects
Commit 7a6a3c3f authored by Tao Wang's avatar Tao Wang Committed by Reynold Xin
Browse files

[SPARK-17010][MINOR][DOC] Wrong description in memory management document

## What changes were proposed in this pull request?

change the remain percent to right one.

## How was this patch tested?

Manual review

Author: Tao Wang <wangtao111@huawei.com>

Closes #14591 from WangTaoTheTonic/patch-1.
parent 665e1753
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ Although there are two relevant configurations, the typical user should not need
as the default values are applicable to most workloads:
* `spark.memory.fraction` expresses the size of `M` as a fraction of the (JVM heap space - 300MB)
(default 0.6). The rest of the space (25%) is reserved for user data structures, internal
(default 0.6). The rest of the space (40%) is reserved for user data structures, internal
metadata in Spark, and safeguarding against OOM errors in the case of sparse and unusually
large records.
* `spark.memory.storageFraction` expresses the size of `R` as a fraction of `M` (default 0.5).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment