|
|
Subscribe / Log in / New account

Re: [Lhms-devel] [PATCH 0/7] Fragmentation Avoidance V19

From:  Andi Kleen <ak-AT-suse.de>
To:  Gregory Maxwell <gmaxwell-AT-gmail.com>
Subject:  Re: [Lhms-devel] [PATCH 0/7] Fragmentation Avoidance V19
Date:  Fri, 4 Nov 2005 23:43:27 +0100
Cc:  Andy Nelson <andy-AT-thermo.lanl.gov>, mingo-AT-elte.hu, akpm-AT-osdl.org, arjan-AT-infradead.org, arjanv-AT-infradead.org, haveblue-AT-us.ibm.com, kravetz-AT-us.ibm.com, lhms-devel-AT-lists.sourceforge.net, linux-kernel-AT-vger.kernel.org, linux-mm-AT-kvack.org, mbligh-AT-mbligh.org, mel-AT-csn.ul.ie, nickpiggin-AT-yahoo.com.au, torvalds-AT-osdl.org

On Friday 04 November 2005 22:31, Gregory Maxwell wrote:
> On 11/4/05, Andy Nelson <andy@thermo.lanl.gov> wrote:
> > I am not enough of a kernel level person or sysadmin to know for certain,
> > but I have still big worries about consecutive jobs that run on the
> > same resources, but want extremely different page behavior. I
>
> Thats the idea. The 'hugetlb zone' will only be usable for allocations
> which are guaranteed reclaimable.  Reclaimable includes userspace
> usage (since at worst an in use userspace page can be swapped out then
> paged back into another physical location).

I don't like it very much. You have two choices if a workload runs
out of the kernel allocatable pages. Either you spill into the reclaimable
zone or you fail the allocation. The first means that the huge pages
thing is unreliable, the second would mean that all the many problems
of limited lowmem would be back.

None of this is very attractive.

-Andi



to post comments


Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds