Open WF1a opened 5 years ago
https://spoddutur.github.io/spark-notes/distribution_of_executors_cores_and_memory_for_spark_application
So, if we request 20GB per executor, AM will actually get 20GB + memoryOverhead = 20 + 7% of 20GB = ~23GB memory for us.
20GB + memoryOverhead = 20 + 7% of 20GB = ~22GB
https://spoddutur.github.io/spark-notes/distribution_of_executors_cores_and_memory_for_spark_application
So, if we request 20GB per executor, AM will actually get 20GB + memoryOverhead = 20 + 7% of 20GB = ~23GB memory for us.
20GB + memoryOverhead = 20 + 7% of 20GB = ~22GB