Commit 758946c
committed
[SPARK-52645] Enable
### What changes were proposed in this pull request?
This Pr aims to enable `ExitOnOutOfMemoryError` JVM option by default.
### Why are the changes needed?
To help users identify the problematic situation as earlier as possible.
### Does this PR introduce _any_ user-facing change?
Yes, but OOM should not be ignored.
After this PR, the JVM will exit on the first `OutOfMemoryError` it encounters, terminating the process with exit code 3.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #266 from dongjoon-hyun/SPARK-52645.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>ExitOnOutOfMemoryError JVM option by default1 parent 7cb737f commit 758946c
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