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

src/os/linux/vm/globals_linux.hpp

Print this page

        

*** 38,47 **** --- 38,50 ---- overridden in Arguments::parse_each_vm_init_arg. */ \ \ product(bool, UseHugeTLBFS, false, \ "Use MAP_HUGETLB for large pages") \ \ + product(bool, UseTransparentHugePages, false, \ + "Use MADV_HUGEPAGE for large pages") \ + \ product(bool, LoadExecStackDllInVMThread, true, \ "Load DLLs with executable-stack attribute in the VM Thread") \ \ product(bool, UseSHM, false, \ "Use SYSV shared memory for large pages")
src/os/linux/vm/globals_linux.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File