You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52668] Set (Initial|Max)RAMPercentage to 80% by default
### 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.
Closesapache#276 from dongjoon-hyun/SPARK-52668.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments