fix(spark): reduce worker cores to 2 per worker (4 total)

This commit is contained in:
Janis Eccarius
2026-06-17 00:47:51 +02:00
parent 1b75466b3e
commit 0070139a37
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
- spark://spark-master:7077
env:
- name: SPARK_WORKER_CORES
value: "4"
value: "2"
- name: SPARK_WORKER_MEMORY
value: "512m"
ports: