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
The default MaxRAMPercentage is set to 80.0, but it doesn't take MaxMetaspaceSize or ReservedCodeCacheSize into consideration.
Wouldn't it be more effective to dynamically calculate the MaxRAMPercentage, factoring in GC_MAX_METASPACE_SIZE and possibly ReservedCodeCacheSize?
I manually patched the java-default-options to support dynamic calculation of MaxRAMPercentage, and we haven't experienced any OOMKilled incidents since implementing the change.