comparison src/os/linux/vm/globals_linux.hpp @ 389:ee21eaa8ffe1

6660681: Incrementally reserve pages on win server 2003 for better large page affinity Summary: For windows server 2003 added option to reserve large pages individually. Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
author jmasa
date Thu, 02 Oct 2008 12:01:08 -0700
parents a61af66fc99e
children ad8c8ca4ab0f
comparison
equal deleted inserted replaced
377:ddfad9496151 389:ee21eaa8ffe1
36 // 36 //
37 // Defines Linux-specific default values. The flags are available on all 37 // Defines Linux-specific default values. The flags are available on all
38 // platforms, but they may have different default values on other platforms. 38 // platforms, but they may have different default values on other platforms.
39 // 39 //
40 define_pd_global(bool, UseLargePages, false); 40 define_pd_global(bool, UseLargePages, false);
41 define_pd_global(bool, UseLargePagesIndividualAllocation, false);
41 define_pd_global(bool, UseOSErrorReporting, false); 42 define_pd_global(bool, UseOSErrorReporting, false);
42 define_pd_global(bool, UseThreadPriorities, true) ; 43 define_pd_global(bool, UseThreadPriorities, true) ;