8144916: Decrease PerfDataMemorySize back to 32K

Reviewed-by: mlarsson, sla
This commit is contained in:
Robbin Ehn 2016-02-05 14:00:58 +01:00 committed by Claes Redestad
parent 1322b0fe56
commit 8776b97706

View File

@ -3947,7 +3947,7 @@ public:
product(bool, PerfDisableSharedMem, false, \
"Store performance data in standard memory") \
\
product(intx, PerfDataMemorySize, 64*K, \
product(intx, PerfDataMemorySize, 32*K, \
"Size of performance data memory region. Will be rounded " \
"up to a multiple of the native os page size.") \
range(128, 32*64*K) \