Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created January 2, 2022 02:13
Show Gist options
  • Select an option

  • Save 1ambda/b51e2d1bc627d6bbbd5700494174a435 to your computer and use it in GitHub Desktop.

Select an option

Save 1ambda/b51e2d1bc627d6bbbd5700494174a435 to your computer and use it in GitHub Desktop.

Revisions

  1. 1ambda created this gist Jan 2, 2022.
    8 changes: 8 additions & 0 deletions spark-conf.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    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