mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-05 04:31:36 +00:00
7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
Reviewed-by: tonyp, jmasa
This commit is contained in:
parent
30bfc8f549
commit
2bf3afe882
@ -295,7 +295,7 @@
|
||||
"Percentage (0-100) of the heap size to use as minimum " \
|
||||
"young gen size.") \
|
||||
\
|
||||
develop(uintx, G1DefaultMaxNewGenPercent, 50, \
|
||||
develop(uintx, G1DefaultMaxNewGenPercent, 80, \
|
||||
"Percentage (0-100) of the heap size to use as maximum " \
|
||||
"young gen size.")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user