[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8bd0f97a0701191835y49a61e7jb65a3b63f906ca56@mail.gmail.com>
Date: Fri, 19 Jan 2007 21:35:43 -0500
From: "Mike Frysinger" <vapier.adi@...il.com>
To: "Nick Piggin" <nickpiggin@...oo.com.au>
Cc: "Aubrey Li" <aubreylee@...il.com>,
"Vaidyanathan Srinivasan" <svaidy@...ux.vnet.ibm.com>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
"Linus Torvalds" <torvalds@...l.org>,
"Andrew Morton" <akpm@...l.org>,
"linux-os (Dick Johnson)" <linux-os@...logic.com>,
"Robin Getz" <rgetz@...ckfin.uclinux.org>,
"Hennerich, Michael" <Michael.Hennerich@...log.com>
Subject: Re: [RPC][PATCH 2.6.20-rc5] limit total vfs page cache
On 1/19/07, Nick Piggin <nickpiggin@...oo.com.au> wrote:
> Luckily, there are actually good, robust solutions for your higher
> order allocation problem. Do higher order allocations at boot time,
> modifiy userspace applications, or set up otherwise-unused, or easily
> reclaimable reserve pools for higher order allocations. I don't
> understand why you are so resistant to all of these approaches?
in a nutshell ...
the idea is to try and generalize these things
your approach involves tweaking each end solution to maximize the performance
our approach is to teach the kernel some more tricks so that each
solution need not be tweaked
these are at obvious odds as they tackle the problem by going in
pretty much opposite directions ... yours leads to a tighter system in
the end, but ours leads to much more rapid development and deployment
-mike
-
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