< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 49492 : 8200228: Change default value of HeapSizePerGCThread
Reviewed-by:

@@ -1444,11 +1444,11 @@
                                                                             \
   diagnostic(bool, ForceDynamicNumberOfGCThreads, false,                    \
           "Force dynamic selection of the number of "                       \
           "parallel threads parallel gc will use to aid debugging")         \
                                                                             \
-  product(size_t, HeapSizePerGCThread, ScaleForWordSize(64*M),              \
+  product(size_t, HeapSizePerGCThread, ScaleForWordSize(32*M),              \
           "Size of heap (bytes) per GC thread used in calculating the "     \
           "number of GC threads")                                           \
           range((size_t)os::vm_page_size(), (size_t)max_uintx)              \
                                                                             \
   product(uint, ConcGCThreads, 0,                                           \
< prev index next >