Skip to content

Commit

Permalink
[DOC] fix 'spark.memory.offHeap.enabled' default value to false
Browse files Browse the repository at this point in the history
modify 'spark.memory.offHeap.enabled' default value to false

Author: zzcclp <[email protected]>

Closes #10633 from zzcclp/fix_spark.memory.offHeap.enabled_default_value.
  • Loading branch information
zzcclp authored and rxin committed Jan 7, 2016
1 parent e5cde7a commit 84e77a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 84e77a1

Please sign in to comment.