8132876: Increase PerfDataMemorySize to 64K

Reviewed-by: sspitsyn
This commit is contained in:
Staffan Larsen 2015-08-03 11:12:57 +02:00
parent 747d91708c
commit 2bf01467e3

View File

@ -3913,7 +3913,7 @@ public:
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.") \
\