File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-tools/helm/spark-kubernetes-operator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ following table:
7676| operatorDeployment.operatorPod.volumes | Additional volumes to be added to the operator pod. | |
7777| operatorDeployment.operatorPod.priorityClassName | Priority class name to be used for the operator pod | |
7878| operatorDeployment.operatorPod.securityContext | Security context overrides for the operator pod | |
79- | operatorDeployment.operatorContainer.jvmArgs | JVM arg override for the operator container. | ` "-Dfile.encoding=UTF8" ` |
79+ | operatorDeployment.operatorContainer.jvmArgs | JVM arg override for the operator container. | ` "-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError" ` |
8080| operatorDeployment.operatorContainer.env | Custom env to be added to the operator container. | |
8181| operatorDeployment.operatorContainer.envFrom | Custom envFrom to be added to the operator container, e.g. for downward API. | |
8282| operatorDeployment.operatorContainer.probes | Probe config for the operator container. | |
You can’t perform that action at this time.
0 commit comments