-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
23
Our application is transaction based. Upon finishing a transaction, it is likely to release quite amount of memory. If a GC happens, it likely shrinks heap. Once a new transaction starts to execute, heap starts to expand again. Shrinking and expanding heap are expensive and unnecessary, also impacts on pause time (I would like to measure in next a few days)
While we can now workaround it by setting -Xms = -Xmx afterJDK-8332418, I believe we should still fix it.
While we can now workaround it by setting -Xms = -Xmx after
- relates to
-
JDK-8332225 Fix failed for 8328744:Parallel GC throws OOM before heap is fully expanded
- Closed
-
JDK-8332485 SPECjbb2005-ParGC regression after JDK-8328744
- Closed