Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created January 2, 2022 02:13
Embed
What would you like to do?
spark.executor.instances = 10
spark.executor.cores = 10
spark.executor.memory = 30g (GiB)
spark.memory.memoryOverhead = 0.1
spark.memory.fraction = 0.8
spark.memory.storageFraction = 0.5
spark.memory.offHeap.enabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment