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:
Jon Masamitsu 2008-10-02 12:01:08 -07:00
parent c8006a68d5
commit 6c19542a36
6 changed files with 126 additions and 5 deletions

View file

@ -38,5 +38,6 @@
// platforms, but they may have different default values on other platforms.
//
define_pd_global(bool, UseLargePages, false);
define_pd_global(bool, UseLargePagesIndividualAllocation, false);
define_pd_global(bool, UseOSErrorReporting, false);
define_pd_global(bool, UseThreadPriorities, true) ;