linux: Enable transparent hugepages
This commit is contained in:
parent
2fcc5da447
commit
3f01caa89f
1 changed files with 5 additions and 0 deletions
|
@ -311,6 +311,11 @@ with stdenv.lib;
|
|||
9P_FSCACHE y
|
||||
9P_FS_POSIX_ACL y
|
||||
|
||||
# Enable transparent support for huge pages.
|
||||
TRANSPARENT_HUGEPAGE? y
|
||||
TRANSPARENT_HUGEPAGE_ALWAYS? n
|
||||
TRANSPARENT_HUGEPAGE_MADVISE? y
|
||||
|
||||
${kernelPlatform.kernelExtraConfig or ""}
|
||||
${extraConfig}
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue