Skip to content

Commit

Permalink
[SPARK-17010][MINOR][DOC] Wrong description in memory management docu…
Browse files Browse the repository at this point in the history
…ment

## 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]>
  • Loading branch information
WangTaoTheTonic authored and rxin committed Aug 11, 2016
1 parent d3a30d2 commit 1e40135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 1e40135

Please sign in to comment.