aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorzzcclp <xm_zzc@sina.com>2016-01-06 23:06:21 -0800
committerReynold Xin <rxin@databricks.com>2016-01-06 23:06:21 -0800
commit84e77a15df18ba3f1cc871a3c52c783b46e52369 (patch)
tree4b833f9483b7a8e3c59eb8c16c62e4ded1c11b0f /docs
parente5cde7ab11a43334fa01b1bb8904da5c0774bc62 (diff)
downloadspark-84e77a15df18ba3f1cc871a3c52c783b46e52369.tar.gz
spark-84e77a15df18ba3f1cc871a3c52c783b46e52369.tar.bz2
spark-84e77a15df18ba3f1cc871a3c52c783b46e52369.zip
[DOC] fix 'spark.memory.offHeap.enabled' default value to false
modify 'spark.memory.offHeap.enabled' default value to false Author: zzcclp <xm_zzc@sina.com> Closes #10633 from zzcclp/fix_spark.memory.offHeap.enabled_default_value.
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>