Skip to content

Commit 69ad2f7

Browse files
committed
improve the doc for "spark.memory.offHeap.size"
1 parent e06493c commit 69ad2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Apart from these, the following properties are also available, and may be useful
769769
<td><code>spark.memory.offHeap.size</code></td>
770770
<td>0</td>
771771
<td>
772-
The absolute amount of memory in bytes which can be used for off-heap allocation.
772+
The absolute amount of memory (in terms by bytes) which can be used for off-heap allocation.
773773
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.
774774
This must be set to a positive value when <code>spark.memory.offHeap.enabled=true</code>.
775775
</td>

0 commit comments

Comments
 (0)