Skip to content

Commit 1e40135

Browse files
WangTaoTheTonicrxin
authored andcommitted
[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 <[email protected]> Closes apache#14591 from WangTaoTheTonic/patch-1. (cherry picked from commit 7a6a3c3) Signed-off-by: Reynold Xin <[email protected]>
1 parent d3a30d2 commit 1e40135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Although there are two relevant configurations, the typical user should not need
115115
as the default values are applicable to most workloads:
116116

117117
* `spark.memory.fraction` expresses the size of `M` as a fraction of the (JVM heap space - 300MB)
118-
(default 0.6). The rest of the space (25%) is reserved for user data structures, internal
118+
(default 0.6). The rest of the space (40%) is reserved for user data structures, internal
119119
metadata in Spark, and safeguarding against OOM errors in the case of sparse and unusually
120120
large records.
121121
* `spark.memory.storageFraction` expresses the size of `R` as a fraction of `M` (default 0.5).

0 commit comments

Comments
 (0)