Re: Big memory, no struct page allocation
From: David Chow <hidden>
Date: 2002-06-30 18:38:44
William Lee Irwin III wrote:
William Lee Irwin III wrote:quoted
quoted
Try allocating it at boot-time with the bootmem allocator.On Sun, Jun 23, 2002 at 11:31:28PM +0800, David Chow wrote:quoted
Thanks for suggestions, you mean this will allow no struct page or can use memory more than 1GB? Please make clear on direction, I would love to know. Thanks.On 32-bit machines with 3:1 process address space splits yes. In this case you're far better off playing games with the highmem initialization in order to slice the memory out of there and kmap it. Cheers, Bill
In other words, even I have 2G physical memory, I cannot have benefits of using all memory for pagecache, this also means I cannot create any cache beyong a 1G size in kernel. That's a pitty for 32-bit systems, with himem, how does it work? David -- 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/