From: Andrew Morton <akpm@osdl.org>
To: Christoph Hellwig <hch@infradead.org>
Cc: coywolf@gmail.com, linux-kernel@vger.kernel.org
Subject: Re: + drop-pagecache.patch added to -mm tree
Date: Thu, 29 Dec 2005 16:11:58 -0800 [thread overview]
Message-ID: <20051229161158.85606458.akpm@osdl.org> (raw)
In-Reply-To: <20051229144650.GB18833@infradead.org>
Christoph Hellwig <hch@infradead.org> wrote:
>
> On Thu, Dec 29, 2005 at 05:54:08PM +0800, Coywolf Qi Hunt wrote:
> > 2005/12/2, akpm@osdl.org <akpm@osdl.org>:
> > >
> > > The patch titled
> > >
> > > drop-pagecache
> > >
> > > has been added to the -mm tree. Its filename is
> > >
> > > drop-pagecache.patch
> > >
> > >
> > > From: Andrew Morton <akpm@osdl.org>
> > >
> > > Add /proc/sys/vm/drop-pagecache. When written to, this will cause the kernel
> > > to discard as much pagecache and reclaimable slab objects as it can.
> > >
> > > It won't drop dirty data, so the user should run `sync' first.
> > >
> > > Caveats:
> > >
> > > a) Holds inode_lock for exorbitant amounts of time.
> > >
> > > b) Needs to be taught about NUMA nodes: propagate these all the way through
> > > so the discarding can be controlled on a per-node basis.
> > >
> > > c) The pagecache shrinking and slab shrinking should probably have separate
> > > controls.
>
> d) it is a total mess.
Rubbish.
> A lot of code
295 bytes.
> for something that you shouldn't do
> except for benchmarking.
Sure. It's a debugging feature.
> If people see problems where pagecache data isn't
> dropped enough we should fix the VM instead of adding code that just bloats
> the kernel more.
It's useful for debugging VM problems, too.
I'm not fussed, really - it's useful for kernel developers and testers. If
we're so worried about a very small amount of not-at-all-messy code then we
can stick it under CONFIG_DEBUG_VM.
prev parent reply other threads:[~2005-12-30 0:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200512020130.jB21UWpS019783@shell0.pdx.osdl.net>
2005-12-29 9:54 ` + drop-pagecache.patch added to -mm tree Coywolf Qi Hunt
2005-12-29 10:17 ` Coywolf Qi Hunt
2005-12-29 14:46 ` Christoph Hellwig
2005-12-30 0:11 ` Andrew Morton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051229161158.85606458.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=coywolf@gmail.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox