Jeremy Loscheider

Results 1 issues of Jeremy Loscheider

From: https://github.com/spoddutur/spark-notes/blob/master/distribution_of_executors_cores_and_memory_for_spark_application.md ``` Memory per executor = 64GB/3 = 21GB Counting off heap overhead = 7% of 21GB = 3GB. So, actual --executor-memory = 21 - 3 = 18GB ```...