Skip to content

Commit

Permalink
[MINOR][DOC] improve the doc for "spark.memory.offHeap.size"
Browse files Browse the repository at this point in the history
The description of "spark.memory.offHeap.size" in the current document does not clearly state that memory is counted with bytes....

This PR contains a small fix for this tiny issue

document fix

Author: CodingCat <zhunansjtu@gmail.com>

Closes apache#11561 from CodingCat/master.
  • Loading branch information
CodingCat authored and roygao94 committed Mar 22, 2016
1 parent 71c61a7 commit 3b6b1ea
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 @@ -769,7 +769,7 @@ Apart from these, the following properties are also available, and may be useful
<td><code>spark.memory.offHeap.size</code></td>
<td>0</td>
<td>
The absolute amount of memory which can be used for off-heap allocation.
The absolute amount of memory in bytes which can be used for off-heap allocation.
This setting has no impact on heap memory usage, so if your executors' total memory consumption must fit within some hard limit then be sure to shrink your JVM heap size accordingly.
This must be set to a positive value when <code>spark.memory.offHeap.enabled=true</code>.
</td>
Expand Down

0 comments on commit 3b6b1ea

Please sign in to comment.