Definition of Peak JVM Memory OnHeap on Spark UI

813 Views Asked by At

I'm under the impression that if I set spark.executor.memory to 50G, then with this formula and reading this article

The maximum heap will be 30.3G. But the peak JVM onHeap I'm seeing in Spark UI is 39.3 GiB

Spark UI Screenshot

Can I get some help to explain what is missing from my current understanding?

The values I'm seeing in Spark UI does not match the understanding I got from reading:

I'm also using this following config spark.executor.memoryOverhead=10G

0

There are 0 best solutions below