srowen commented on a change in pull request #24671:
[SPARK-27811][Core][Docs]Improve docs about spark.driver.memoryOverhead and
spark.executor.memoryOverhead.
URL: https://github.com/apache/spark/pull/24671#discussion_r287609862
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -185,8 +189,12 @@ package object config {
.createWithDefaultString("1g")
private[spark] val EXECUTOR_MEMORY_OVERHEAD =
ConfigBuilder("spark.executor.memoryOverhead")
- .doc("The amount of off-heap memory to be allocated per executor in
cluster mode, " +
- "in MiB unless otherwise specified.")
+ .doc("Amount of non-heap memory to be allocated per executor process in
cluster mode " +
Review comment:
I think that generally we reserve extended comments for the docs below. You
don't need to change this.
----------------------------------------------------------------
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]