Created
January 2, 2022 02:13
-
-
Save 1ambda/b51e2d1bc627d6bbbd5700494174a435 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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