fix(spark): raise worker memory to 512m/1Gi to fit executor overhead

This commit is contained in:
Janis Eccarius
2026-06-17 01:20:59 +02:00
parent a0f96e9985
commit 0dbfd4d35c
+2 -2
View File
@@ -27,7 +27,7 @@ spec:
- name: SPARK_WORKER_CORES - name: SPARK_WORKER_CORES
value: "2" value: "2"
- name: SPARK_WORKER_MEMORY - name: SPARK_WORKER_MEMORY
value: "256m" value: "512m"
ports: ports:
- name: webui - name: webui
containerPort: 8081 containerPort: 8081
@@ -37,7 +37,7 @@ spec:
memory: 256Mi memory: 256Mi
limits: limits:
cpu: 500m cpu: 500m
memory: 512Mi memory: 1Gi
volumeMounts: volumeMounts:
- name: spark-events - name: spark-events
mountPath: /spark-events mountPath: /spark-events