linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@conectiva.com.br>
To: "Stephen C. Tweedie" <sct@redhat.com>
Cc: linux-mm@kvack.org
Subject: Re: Another wish item for your TODO list...
Date: Mon, 23 Oct 2000 18:13:48 -0200 (BRDT)	[thread overview]
Message-ID: <Pine.LNX.4.21.0010231810220.13115-100000@duckman.distro.conectiva> (raw)
In-Reply-To: <20001023203853.A3295@redhat.com>

On Mon, 23 Oct 2000, Stephen C. Tweedie wrote:
> On Mon, Oct 23, 2000 at 04:07:02PM -0200, Rik van Riel wrote:
> 
> > > It's an optimisation in CPU time as much as for anything else:
> > > there's just no point in doing expensive memory balancing/aging
> > > for pages which we know are next to useless.
> > 
> > The problem here is that we shouldn't remove the pages which are
> > in the current readahead window, as those /will/ most likely be
> > used in the near future.
> 
> It probably only makes real sense to do this for inodes which
> are not in use, anyway, which avoids that problem completely.

FreeBSD has a neat solution for this:

- if the memory item (file, shm segment, ...) is in use, move
  the page to the inactive list (equivalent to our inactive_dirty)
- if the item isn't in use, move the page to the cache list
  (equivalent to our inactive_clean list)

We could extend this by moving *every* page of an item which
isn't in use to the inactive_clean list once we move ONE page
of such an item to that list (or reclaim it?).

[IMHO we don't want to free the page ... no need to throw away
the data in the page too soon]

regards,

Rik
--
"What you're running that piece of shit Gnome?!?!"
       -- Miguel de Icaza, UKUUG 2000

http://www.conectiva.com/		http://www.surriel.com/

--
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.eu.org/Linux-MM/

  reply	other threads:[~2000-10-23 20:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-23 16:54 Stephen C. Tweedie
2000-10-23 17:02 ` Rik van Riel
2000-10-23 17:36   ` Stephen C. Tweedie
2000-10-23 18:07     ` Rik van Riel
2000-10-23 19:38       ` Stephen C. Tweedie
2000-10-23 20:13         ` Rik van Riel [this message]
2000-10-23 20:44           ` Stephen C. Tweedie
2000-10-23 22:28     ` Ingo Oeser
2000-10-23 22:32       ` Stephen C. Tweedie

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=Pine.LNX.4.21.0010231810220.13115-100000@duckman.distro.conectiva \
    --to=riel@conectiva.com.br \
    --cc=linux-mm@kvack.org \
    --cc=sct@redhat.com \
    /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