fix(spark): raise executor.memory to 512m - JVM minimum heap is 471m
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user