Skip to content

Commit 0971900

Browse files
committed
fix
1 parent b2fb1d2 commit 0971900

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
@@ -1073,7 +1073,7 @@ Apart from these, the following properties are also available, and may be useful
10731073
<td><code>spark.memory.offHeap.size</code></td>
10741074
<td>0</td>
10751075
<td>
1076-
The absolute amount of memory (in terms by bytes) which can be used for off-heap allocation.
1076+
The absolute amount of memory in bytes which can be used for off-heap allocation.
10771077
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.
10781078
This must be set to a positive value when <code>spark.memory.offHeap.enabled=true</code>.
10791079
</td>

0 commit comments

Comments
 (0)