tgravescs commented on a change in pull request #25309:
[SPARK-28577][YARN]Resource capability requested for each executor add
offHeapMemorySize
URL: https://github.com/apache/spark/pull/25309#discussion_r318094998
##########
File path: docs/configuration.md
##########
@@ -1357,9 +1357,8 @@ Apart from these, the following properties are also
available, and may be useful
<td>
If true, Spark will attempt to use off-heap memory for certain operations.
If off-heap memory
use is enabled, then <code>spark.memory.offHeap.size</code> must be
positive.
- <em>Note:</em> If off-heap memory is enabled, may need to raise the
non-heap memory size
- (e.g. increase <code>spark.driver.memoryOverhead</code> or
- <code>spark.executor.memoryOverhead</code>).
+ <em>Note:</em> If off-heap memory is enabled, may need to raise
+ <code>spark.driver.memoryOverhead</code> size.
Review comment:
actually this brings up a good question, the size configs say they work for
off heap size for executors, so what cases does this need to apply to the
driver. Is this config really applying to both driver and executors for things
like broadcast blocks, etc.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]