Skip to content

Commit 564307e

Browse files
committed
Update the running-on-yarn.md
1 parent 3747515 commit 564307e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-on-yarn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
7171
<td><code>spark.yarn.executor.memoryOverhead</code></td>
7272
<td>384</code></td>
7373
<td>
74-
Additional memory overhead in mb for executor.
74+
The amount of off heap memory (in megabytes) to be allocated per executor. This is memory that accounts for things like VM overheads, interned strings, other native overheads, etc.
7575
</td>
7676
</tr>
7777
<tr>
7878
<td><code>spark.yarn.driver.memoryOverhead</code></td>
7979
<td>384</code></td>
8080
<td>
81-
Additional memory overhead in mb for driver.
81+
The amount of off heap memory (in megabytes) to be allocated per driver. This is memory that accounts for things like VM overheads, interned strings, other native overheads, etc.
8282
</td>
8383
</tr>
8484
</table>

0 commit comments

Comments
 (0)