We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
(Initial|Max)RAMPercentage
1 parent ad6ba0d commit 1d494bbCopy full SHA for 1d494bb
build-tools/helm/spark-kubernetes-operator/values.yaml
@@ -41,7 +41,7 @@ operatorDeployment:
41
# https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
42
topologySpreadConstraints: [ ]
43
operatorContainer:
44
- jvmArgs: "-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError -XX:+UseParallelGC"
+ jvmArgs: "-Dfile.encoding=UTF8 -XX:+ExitOnOutOfMemoryError -XX:+UseParallelGC -XX:InitialRAMPercentage=80 -XX:MaxRAMPercentage=80"
45
env:
46
- name: "SPARK_USER"
47
value: "spark"
0 commit comments