mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8024547: MaxMetaspaceSize should limit the committed memory used by the metaspaces
Reviewed-by: brutisso, jmasa, coleenp
This commit is contained in:
parent
30ed89669a
commit
55cbe80300
9 changed files with 519 additions and 358 deletions
|
@ -502,6 +502,10 @@ class CommandLineFlags {
|
|||
develop(bool, LargePagesIndividualAllocationInjectError, false, \
|
||||
"Fail large pages individual allocation") \
|
||||
\
|
||||
product(bool, UseLargePagesInMetaspace, false, \
|
||||
"Use large page memory in metaspace. " \
|
||||
"Only used if UseLargePages is enabled.") \
|
||||
\
|
||||
develop(bool, TracePageSizes, false, \
|
||||
"Trace page size selection and usage") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue