8132876: Increase PerfDataMemorySize to 64K
authorsla
Mon, 03 Aug 2015 11:12:57 +0200
changeset 32079 654a242d6dc8
parent 32078 8757adb98184
child 32080 9d2ace436482
8132876: Increase PerfDataMemorySize to 64K Reviewed-by: sspitsyn
hotspot/src/share/vm/runtime/globals.hpp
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Jul 31 16:00:26 2015 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Aug 03 11:12:57 2015 +0200
@@ -3913,7 +3913,7 @@
   product(bool, PerfDisableSharedMem, false,                                \
           "Store performance data in standard memory")                      \
                                                                             \
-  product(intx, PerfDataMemorySize, 32*K,                                   \
+  product(intx, PerfDataMemorySize, 64*K,                                   \
           "Size of performance data memory region. Will be rounded "        \
           "up to a multiple of the native os page size.")                   \
                                                                             \