[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0806101214190.17798@schroedinger.engr.sgi.com>
Date: Tue, 10 Jun 2008 12:17:23 -0700 (PDT)
From: Christoph Lameter <clameter@....com>
To: Andrew Morton <akpm@...ux-foundation.org>
cc: Rik van Riel <riel@...hat.com>, linux-kernel@...r.kernel.org,
lee.schermerhorn@...com, kosaki.motohiro@...fujitsu.com,
linux-mm@...ck.org, eric.whitney@...com
Subject: Re: [PATCH -mm 13/25] Noreclaim LRU Infrastructure
On Sun, 8 Jun 2008, Andrew Morton wrote:
> And it will take longer to get those problems sorted out if 32-bt
> machines aren't even compiing the new code in.
The problem is going to be less if we dependedn on
CONFIG_PAGEFLAGS_EXTENDED instead of 64 bit. This means that only certain
32bit NUMA/sparsemem configs cannot do this due to lack of page flags.
I did the pageflags rework in part because of Rik's project.
> ho hum. Can you remind us what problems this patchset actually
> addresses? Preferably in order of seriousness? (The [0/n] description
> told us about the implementation but forgot to tell us anything about
> what it was fixing). Because I guess we should have a think about
> alternative approaches.
It solves the livelock while reclaiming issues that we see more and more.
There are loads that have lots of unreclaimable pages. These are
frequently and uselessly scanned under memory pressure.
The larger the memory the more problems.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists