fix(spark): raise executor.memory to 512m - JVM minimum heap is 471m

This commit is contained in:
Janis Eccarius
2026-06-17 01:23:25 +02:00
parent 0dbfd4d35c
commit 27920182cb
2 changed files with 8 additions and 8 deletions
@@ -30,7 +30,7 @@ patches:
- --conf
- spark.executor.cores=1
- --conf
- spark.executor.memory=200m
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class
@@ -62,7 +62,7 @@ patches:
- --conf
- spark.executor.cores=1
- --conf
- spark.executor.memory=200m
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class
@@ -93,7 +93,7 @@ patches:
- --conf
- spark.executor.cores=1
- --conf
- spark.executor.memory=200m
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class
@@ -125,7 +125,7 @@ patches:
- --conf
- spark.executor.cores=1
- --conf
- spark.executor.memory=200m
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class