Re: Getting big areas of memory, in 2.3.x?

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Mon, 13 Dec 1999 01:08:41 +0100


Stephen C. Tweedie wrote:
> Something I talked about with Linus a while back was to separate memory
> into 4MB or 16MB zones, and do allocation not from individual zones but
> from zone lists. Then you just keep track of two lists of zones: one
> which contains zones which are known to have been used for non-pagable
> allocations, and another in which all allocations are pagable.

You could do that with dynamic granularity: mark buddy nodes as
containing non-pageable allocations when appropriate.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/