We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b8f53 commit 95acd6dCopy full SHA for 95acd6d
v03_pipeline/var/spark_config/spark-defaults.conf
@@ -1,8 +1,8 @@
1
-spark.driver.memory 5G
2
-spark.master local[2]
+spark.driver.memory 10G
+spark.master local[*]
3
spark.driver.extraJavaOptions -Xss4M
4
spark.executor.extraJavaOptions -Xss4M
5
-spark.executor.memoryOverhead 5g
+spark.executor.memoryOverhead 4g
6
spark.driver.maxResultSize 30g
7
spark.kryoserializer.buffer.max 1g
8
spark.memory.fraction 0.1
0 commit comments