aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 32c3a92660..fbda91c109 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -778,14 +778,15 @@ Apart from these, the following properties are also available, and may be useful
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
<td><code>spark.memory.fraction</code></td>
- <td>0.75</td>
+ <td>0.6</td>
<td>
Fraction of (heap space - 300MB) used for execution and storage. The lower this is, the
more frequently spills and cached data eviction occur. The purpose of this config is to set
aside memory for internal metadata, user data structures, and imprecise size estimation
in the case of sparse, unusually large records. Leaving this at the default value is
- recommended. For more detail, see <a href="tuning.html#memory-management-overview">
- this description</a>.
+ recommended. For more detail, including important information about correctly tuning JVM
+ garbage collection when increasing this value, see
+ <a href="tuning.html#memory-management-overview">this description</a>.
</td>
</tr>
<tr>