Bug 8460
Summary: | master: page allocation failure. order:4, mode:0x40d0 | ||
---|---|---|---|
Product: | Alternate Trees | Reporter: | Nicolas Mailhot (Nicolas.Mailhot) |
Component: | mm | Assignee: | Christoph Lameter (clameter) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | akpm |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.21-mm1 with SLUB | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
kernel logs since initial boot
kernel config lspci |
Description
Nicolas Mailhot
2007-05-09 11:41:25 UTC
Created attachment 11446 [details]
kernel logs since initial boot
Created attachment 11447 [details]
kernel config
Created attachment 11448 [details]
lspci
A know problem with too optimistic page order use by SLUB if antifragmentation is enabled. I experienced it myself a couple of times. 2.6.21-mm2 has the max order reduced to 3. See also the recent conversation with Mel on linux-mm. |