Bug 1772133
Summary: | Transparent Huge Pages set to [always] is sub-optimal for many applications | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Mark Nelson <mnelson> |
Component: | kernel | Assignee: | Andrea Arcangeli <aarcange> |
kernel sub component: | Memory Management | QA Contact: | Ping Fang <pifang> |
Status: | CLOSED NOTABUG | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | aarcange, aquini, mm-maint, pifang |
Version: | --- | ||
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-03 01:40:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mark Nelson
2019-11-13 17:47:17 UTC
Update: While the kernel documentation claims that madvise is the default, the actual code in mm/Kconfig shows that "always" is the default choice, so I retract the statement about differing from the kernel. See: https://github.com/torvalds/linux/blob/master/mm/Kconfig#L385-L407 Still, I think the rest stands. Patch posted upstream suggesting the config change: https://lkml.org/lkml/2019/11/18/1031 |