Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created January 2, 2022 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/b51e2d1bc627d6bbbd5700494174a435 to your computer and use it in GitHub Desktop.
Save 1ambda/b51e2d1bc627d6bbbd5700494174a435 to your computer and use it in GitHub Desktop.
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