Transparent HugePages not enabled in 11.04 kernel
Bug #743688 reported by
bhaskar
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Transparent hugepages, which is a major performance enhancement in the 2.6.38 kernel is not enabled in the 11.04 kernel.:
$ cat /etc/issue
Ubuntu natty (development branch) \n \l
$ grep TRANSPARENT /boot/config-
# CONFIG_
$ grep TRANSPARENT /boot/config-
# CONFIG_
$
If this is the way 11.04 kernels will be built, it's a bummer.
affects: | ubuntu → linux (Ubuntu) |
To post a comment you must log in.
Just noticed this myself. In the changelog for linux-image-2.6.38, I see:
linux (2.6.38-1.27) natty; urgency=low
...
* [Config] disable CONFIG_ TRANSPARENT_ HUGEPAGE to fix i386 boot crashes
Pretty disappointing that this is just turned off instead of debugging the crash, since it is a major speedup especially for virtualization.