Commit a81a923
committed
[SPARK-52668] Set
### What changes were proposed in this pull request?
This PR aims to set `(Initial|Max)RAMPercentage` Java option to `80%` by default.
### Why are the changes needed?
1. Af the pod creation time, this will be determined automatically based on the user-provided pod memory size.
2. During runtime, this will reduce GC resizing overhead because we have a fixed size.
### Does this PR introduce _any_ user-facing change?
Only JVM GC behavior changes.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #276 from dongjoon-hyun/SPARK-52668.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>(Initial|Max)RAMPercentage to 80% by default1 parent ddefa44 commit a81a923
1 file changed
+1
-1
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 | | |
| |||
0 commit comments