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 " \
|
"Percentage (0-100) of the heap size to use as minimum " \
|
||||||
"young gen size.") \
|
"young gen size.") \
|
||||||
\
|
\
|
||||||
develop(uintx, G1DefaultMaxNewGenPercent, 50, \
|
develop(uintx, G1DefaultMaxNewGenPercent, 80, \
|
||||||
"Percentage (0-100) of the heap size to use as maximum " \
|
"Percentage (0-100) of the heap size to use as maximum " \
|
||||||
"young gen size.")
|
"young gen size.")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user