Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-tools/helm/spark-kubernetes-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ operatorDeployment:
# https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
topologySpreadConstraints: [ ]
operatorContainer:
jvmArgs: "-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError"
jvmArgs: "-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError -XX:+UseParallelGC"
env:
- name: "SPARK_USER"
value: "spark"
Expand Down
2 changes: 1 addition & 1 deletion docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ following table:
| operatorDeployment.operatorPod.volumes | Additional volumes to be added to the operator pod. | |
| operatorDeployment.operatorPod.priorityClassName | Priority class name to be used for the operator pod | |
| operatorDeployment.operatorPod.securityContext | Security context overrides for the operator pod | |
| operatorDeployment.operatorPod.operatorContainer.jvmArgs | JVM arg override for the operator container. | `"-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError"` |
| operatorDeployment.operatorPod.operatorContainer.jvmArgs | JVM arg override for the operator container. | `"-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError -XX:+UseParallelGC"` |
| operatorDeployment.operatorPod.operatorContainer.env | Custom env to be added to the operator container. | |
| operatorDeployment.operatorPod.operatorContainer.envFrom | Custom envFrom to be added to the operator container, e.g. for downward API. | |
| operatorDeployment.operatorPod.operatorContainer.probes | Probe config for the operator container. | |
Expand Down
Loading