mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8144916: Decrease PerfDataMemorySize back to 32K
Reviewed-by: mlarsson, sla
This commit is contained in:
parent
1322b0fe56
commit
8776b97706
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue