Commit c1d8af1
committed
[SPARK-52654] Use
### What changes were proposed in this pull request?
This PR aims to use `ParallelGC` by default.
### Why are the changes needed?
Since `Spark K8s Operator` is not interactive application, we had better use `ParallelGC` because it is optimized for throughput in general.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #270 from dongjoon-hyun/SPARK-52654.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>ParallelGC by default1 parent e0e797f commit c1d8af1
File tree
2 files changed
+2
-2
lines changed- build-tools/helm/spark-kubernetes-operator
- docs
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments