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
+4 -4
View File
@@ -36,7 +36,7 @@ spec:
- --conf
- spark.executor.cores=2
- --conf
- spark.executor.memory=1g
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class
@@ -113,7 +113,7 @@ spec:
- --conf
- spark.executor.cores=2
- --conf
- spark.executor.memory=1g
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class
@@ -189,7 +189,7 @@ spec:
- --conf
- spark.executor.cores=2
- --conf
- spark.executor.memory=1g
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class
@@ -266,7 +266,7 @@ spec:
- --conf
- spark.executor.cores=2
- --conf
- spark.executor.memory=1g
- spark.executor.memory=512m
- --conf
- spark.driver.memory=512m
- --class