Kimahriman commented on a change in pull request #35504:
URL: https://github.com/apache/spark/pull/35504#discussion_r817276412
##########
File path: docs/configuration.md
##########
@@ -198,6 +198,16 @@ of the most common options to set are:
</td>
<td>2.3.0</td>
</tr>
+<tr>
+ <td><code>spark.driver.memoryOverheadFactor</code></td>
+ <td>0.10</td>
+ <td>
+ Fraction of driver memory to be allocated as additional non-heap memory
per driver process
Review comment:
Combined them and used the snippet from the `memoryOverhead` instead on
the reason so they match. Let me know how they sound
##########
File path: docs/configuration.md
##########
@@ -287,6 +297,15 @@ of the most common options to set are:
</td>
<td>2.3.0</td>
</tr>
+<tr>
+ <td><code>spark.executor.memoryOverheadFactor</code></td>
+ <td>0.10</td>
+ <td>
+ Fraction of executor memory to be allocated as additional non-heap memory
per executor process.
Review comment:
Same as driver above
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]