[PATCH/RFCv4 0/6] The Contiguous Memory Allocator framework

Minchan Kim minchan.kim at gmail.com
Thu Aug 26 05:29:21 EDT 2010


On Thu, Aug 26, 2010 at 5:20 PM, Peter Zijlstra <peterz at infradead.org> wrote:
> On Thu, 2010-08-26 at 11:49 +0900, Minchan Kim wrote:
>> But one of
>> problems is anonymous page which can be has a role of pinned page in
>> non-swapsystem.
>
> Well, compaction can move those around, but if you've got too many of
> them its a simple matter of over-commit and for that we've got the
> OOM-killer ;-)
>

As I said following mail, I said about free space problem.
Of course, compaction could move anon pages into somewhere.
What's is somewhere? At last, it's same zone.
It can prevent fragment problem but not size of free space.
So I mean it would be better to move it into another zone(ex, HIGHMEM)
rather than OOM kill.

-- 
Kind regards,
Minchan Kim



More information about the linux-arm-kernel mailing list