Re: [PATCH] mm: Do not stall in synchronous compaction for THPallocations

From: David Rientjes
Date: Tue Nov 15 2011 - 16:07:57 EST


On Tue, 15 Nov 2011, Mel Gorman wrote:

> Fine control is limited. If it is really needed, I would not oppose
> a patch that allows the use of sync compaction via a new setting in
> /sys/kernel/mm/transparent_hugepage/defrag. However, I think it is
> a slippery slope to expose implementation details like this and I'm
> not currently planning to implement such a patch.
>

This doesn't expose any implementation detail, the "defrag" tunable is
supposed to limit defragmentation efforts in the VM if the hugepages
aren't immediately available and simply fallback to using small pages.
Given that definition, it would make sense to allow for synchronous
defragmentation (i.e. sync_compaction) on the second iteration of the page
allocator slowpath if set. So where's the disconnect between this
proposed behavior and the definition of the tunable in
Documentation/vm/transhuge.txt?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/