[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.5.73-mm2
On Mon, 30 Jun 2003, William Lee Irwin III wrote:
>
> It was suggested during my last round of OOM killer fixes that one of
> my patches, which just checked nr_free_buffer_pages() > 0, should also
> consider userspace (i.e. reclaimable at will) memory free.
If you pursued it, wouldn't your patch also need to change
nr_free_buffer_pages() to do what you think it does, count
the free lowmem pages? It, and nr_free_pagecache_pages(),
and nr_free_zone_pages(), are horribly badly named. They
count present_pages-pages_high, they don't count free pages:
okay for initialization estimates, useless for anything dynamic.
Hugh
p.s. any chance of some more imaginative Subject lines :-?
--
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:"aart@kvack.org"> aart@kvack.org </a>