fix(spark): raise executor.memory to 512m - JVM minimum heap is 471m
This commit is contained in:
@@ -36,7 +36,7 @@ spec:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=2
|
- spark.executor.cores=2
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=1g
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
@@ -113,7 +113,7 @@ spec:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=2
|
- spark.executor.cores=2
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=1g
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
@@ -189,7 +189,7 @@ spec:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=2
|
- spark.executor.cores=2
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=1g
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
@@ -266,7 +266,7 @@ spec:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=2
|
- spark.executor.cores=2
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=1g
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ patches:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=1
|
- spark.executor.cores=1
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=200m
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
@@ -62,7 +62,7 @@ patches:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=1
|
- spark.executor.cores=1
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=200m
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
@@ -93,7 +93,7 @@ patches:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=1
|
- spark.executor.cores=1
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=200m
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
@@ -125,7 +125,7 @@ patches:
|
|||||||
- --conf
|
- --conf
|
||||||
- spark.executor.cores=1
|
- spark.executor.cores=1
|
||||||
- --conf
|
- --conf
|
||||||
- spark.executor.memory=200m
|
- spark.executor.memory=512m
|
||||||
- --conf
|
- --conf
|
||||||
- spark.driver.memory=512m
|
- spark.driver.memory=512m
|
||||||
- --class
|
- --class
|
||||||
|
|||||||
Reference in New Issue
Block a user