mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6660681: Incrementally reserve pages on win server 2003 for better large page affinity
For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
This commit is contained in:
parent
c8006a68d5
commit
6c19542a36
6 changed files with 126 additions and 5 deletions
|
@ -330,6 +330,12 @@ class CommandLineFlags {
|
|||
product_pd(bool, UseLargePages, \
|
||||
"Use large page memory") \
|
||||
\
|
||||
product_pd(bool, UseLargePagesIndividualAllocation, \
|
||||
"Allocate large pages individually for better affinity") \
|
||||
\
|
||||
develop(bool, LargePagesIndividualAllocationInjectError, false, \
|
||||
"Fail large pages individual allocation") \
|
||||
\
|
||||
develop(bool, TracePageSizes, false, \
|
||||
"Trace page size selection and usage.") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue