From: Rik van Riel <riel@redhat.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Al Boldi <a1426z@gawab.com>, Chris Snook <csnook@redhat.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: How can we make page replacement smarter
Date: Sun, 29 Jul 2007 11:01:19 -0400 [thread overview]
Message-ID: <46ACABBF.10406@redhat.com> (raw)
In-Reply-To: <20070729140936.6cd364a9@the-village.bc.nu>
Alan Cox wrote:
>> Files are different. File content tends to be grouped
>> in large related chunks, both logically in the file and
>> on disk. Generally there is a lot more file data on a
>> system than what fits in memory.
>
> Binary paging patterns don't always look like that unfortunately although
> I suspect we might want to be weighing towards paging out R/O file mapped
> pages earlier simply because they are bigger linear chunks
A properly implemented use-once algorithm should be able
to filter out the spatial locality of reference pages from
the temporal locality of reference ones, though...
--
Politics is the struggle between those who want to make their country
the best in the world, and those who believe it already is. Each group
calls the other unpatriotic.
WARNING: multiple messages have this Message-ID (diff)
From: Rik van Riel <riel@redhat.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Al Boldi <a1426z@gawab.com>, Chris Snook <csnook@redhat.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: How can we make page replacement smarter
Date: Sun, 29 Jul 2007 11:01:19 -0400 [thread overview]
Message-ID: <46ACABBF.10406@redhat.com> (raw)
In-Reply-To: <20070729140936.6cd364a9@the-village.bc.nu>
Alan Cox wrote:
>> Files are different. File content tends to be grouped
>> in large related chunks, both logically in the file and
>> on disk. Generally there is a lot more file data on a
>> system than what fits in memory.
>
> Binary paging patterns don't always look like that unfortunately although
> I suspect we might want to be weighing towards paging out R/O file mapped
> pages earlier simply because they are bigger linear chunks
A properly implemented use-once algorithm should be able
to filter out the spatial locality of reference pages from
the temporal locality of reference ones, though...
--
Politics is the struggle between those who want to make their country
the best in the world, and those who believe it already is. Each group
calls the other unpatriotic.
--
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-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2007-07-29 15:14 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-27 19:43 swap-prefetch: A smart way to make good use of idle resources (was: updatedb) Al Boldi
2007-07-27 20:34 ` Arjan van de Ven
2007-07-27 21:51 ` Indan Zupancic
2007-07-27 22:06 ` Arjan van de Ven
2007-07-27 22:20 ` Indan Zupancic
2007-07-27 23:34 ` grundig
2007-07-27 23:59 ` Arjan van de Ven
2007-07-28 0:03 ` Indan Zupancic
2007-07-28 15:42 ` grundig
2007-07-28 1:56 ` Chris Snook
2007-07-28 1:56 ` Chris Snook
2007-07-28 4:17 ` How can we make page replacement smarter (was: swap-prefetch) Al Boldi
2007-07-28 4:17 ` Al Boldi
2007-07-28 7:27 ` Chris Snook
2007-07-28 7:27 ` Chris Snook
2007-07-28 11:11 ` Al Boldi
2007-07-29 4:07 ` Rik van Riel
2007-07-29 4:07 ` Rik van Riel
2007-07-29 6:40 ` Erblichs
2007-07-29 1:46 ` How can we make page replacement smarter Rik van Riel
2007-07-29 13:09 ` Alan Cox
2007-07-29 13:09 ` Alan Cox
2007-07-29 15:01 ` Rik van Riel [this message]
2007-07-29 15:01 ` Rik van Riel
2007-07-29 14:55 ` Al Boldi
2007-07-28 4:18 ` swap-prefetch: A smart way to make good use of idle resources (was: updatedb) Al Boldi
2007-07-28 4:18 ` Al Boldi
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=46ACABBF.10406@redhat.com \
--to=riel@redhat.com \
--cc=a1426z@gawab.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=csnook@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.