You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2016/01/07 08:06:25 UTC

spark git commit: [DOC] fix 'spark.memory.offHeap.enabled' default value to false

Repository: spark
Updated Branches:
  refs/heads/master e5cde7ab1 -> 84e77a15d


[DOC] fix 'spark.memory.offHeap.enabled' default value to false

modify 'spark.memory.offHeap.enabled' default value to false

Author: zzcclp <xm...@sina.com>

Closes #10633 from zzcclp/fix_spark.memory.offHeap.enabled_default_value.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/84e77a15
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/84e77a15
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/84e77a15

Branch: refs/heads/master
Commit: 84e77a15df18ba3f1cc871a3c52c783b46e52369
Parents: e5cde7a
Author: zzcclp <xm...@sina.com>
Authored: Wed Jan 6 23:06:21 2016 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Wed Jan 6 23:06:21 2016 -0800

----------------------------------------------------------------------
 docs/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/84e77a15/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 3ffc77d..6bd0658 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org