Skip to content

Commit b89899d

Browse files
committed
[SPARK-52645] Enable ExitOnOutOfMemoryError JVM option by default
1 parent 2021ff6 commit b89899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/helm/spark-kubernetes-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ operatorDeployment:
4141
# https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
4242
topologySpreadConstraints: [ ]
4343
operatorContainer:
44-
jvmArgs: "-Dfile.encoding=UTF8"
44+
jvmArgs: "-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError"
4545
env:
4646
- name: "SPARK_USER"
4747
value: "spark"

0 commit comments

Comments
 (0)