Skip to content

Commit

Permalink
Update cluster-config.json.j2
Browse files Browse the repository at this point in the history
Memory configuration changes
  • Loading branch information
manojkumarsah13 authored Oct 18, 2023
1 parent c74ac58 commit 1c2e97b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"spark.sql.shuffle.partitions" : "{{ spark_sql_shuffle_partitions }}",
"spark.scheduler.mode" : "FAIR",
"spark.driver.memory" : "240g",
"spark.executor.memory" : "60g",
"spark.driver.memoryOverhead" : "20g",
"spark.executor.memoryOverhead" : "4g",
"spark.serializer" : "org.apache.spark.serializer.KryoSerializer",
Expand Down

0 comments on commit 1c2e97b

Please sign in to comment.