2024-03-15 15:51:00 +00:00
|
|
|
--- a/src/hotspot/share/gc/shared/gc_globals.hpp
|
|
|
|
+++ b/src/hotspot/share/gc/shared/gc_globals.hpp
|
2024-04-18 04:56:46 +00:00
|
|
|
@@ -591,7 +591,7 @@
|
2024-03-15 15:51:00 +00:00
|
|
|
"Initial heap size (in bytes); zero means use ergonomics") \
|
|
|
|
constraint(InitialHeapSizeConstraintFunc,AfterErgo) \
|
|
|
|
\
|
|
|
|
- product(size_t, MaxHeapSize, ScaleForWordSize(96*M), \
|
|
|
|
+ product(size_t, MaxHeapSize, ScaleForWordSize(512*M), \
|
|
|
|
"Maximum heap size (in bytes)") \
|
|
|
|
constraint(MaxHeapSizeConstraintFunc,AfterErgo) \
|
|
|
|
\
|