Re: [PATCH 2/2] fadump: Disable deferred page struct initialisation
From: Dave Hansen <hidden>
Date: 2016-08-03 19:40:18
On 08/02/2016 11:35 PM, Srikar Dronamraju wrote:
On a regular kernel with CONFIG_FADUMP and fadump configured, 5% of the total memory is reserved for booting the kernel on crash. On crash, fadump kernel reserves the 95% memory and boots into the 5% memory that was reserved for it. It then parses the reserved 95% memory to collect the dump. The problem is not about the amount of memory thats reserved for fadump kernel. Even if we increase/decrease, we will still end up with the same issue.
Oh, and the dentry/inode caches are sized based on 100% of memory, not the 5% that's left after the fadump reservation? Is the deferred initialization kicked in progress at the time we do the dentry/inode allocations? Can waiting a bit let the allocation succeed? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>