src/os/linux/vm/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/os/linux/vm/globals_linux.hpp

src/os/linux/vm/globals_linux.hpp

Print this page

        

*** 51,61 **** // // Defines Linux-specific default values. The flags are available on all // platforms, but they may have different default values on other platforms. // ! define_pd_global(bool, UseLargePages, true); define_pd_global(bool, UseLargePagesIndividualAllocation, false); define_pd_global(bool, UseOSErrorReporting, false); define_pd_global(bool, UseThreadPriorities, true) ; #endif // OS_LINUX_VM_GLOBALS_LINUX_HPP --- 51,61 ---- // // Defines Linux-specific default values. The flags are available on all // 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) ; #endif // OS_LINUX_VM_GLOBALS_LINUX_HPP
src/os/linux/vm/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File