aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 3ffc77dcc6..6bd0658b3e 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -750,7 +750,7 @@ Apart from these, the following properties are also available, and may be useful
</tr>
<tr>
<td><code>spark.memory.offHeap.enabled</code></td>
- <td>true</td>
+ <td>false</td>
<td>
If true, Spark will attempt to use off-heap memory for certain operations. If off-heap memory use is enabled, then <code>spark.memory.offHeap.size</code> must be positive.
</td>