From: Rik van Riel <riel@redhat.com>
To: Alexey Ivanov <rbtz@yandex-team.ru>
Cc: "gnehzuil.lzheng@gmail.com" <gnehzuil.lzheng@gmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: mapped pagecache pages vs unmapped pages
Date: Mon, 09 Apr 2012 14:14:21 -0400 [thread overview]
Message-ID: <4F8326FD.8020507@redhat.com> (raw)
In-Reply-To: <12701333991475@webcorp7.yandex-team.ru>
On 04/09/2012 01:11 PM, Alexey Ivanov wrote:
> Thanks for the hint!
>
> Can anyone clarify the reason of not using zone->inactive_ratio in inactive_file_is_low_global()?
New anonymous pages start out on the active anon list, and
are always referenced. If memory fills up, they may end
up getting moved to the inactive anon list; being referenced
while on the inactive anon list is enough to get them promoted
back to the active list.
New file pages start out on the INACTIVE file list, and
start their lives not referenced at all. Due to readahead
extra reads, many file pages may never be referenced.
Only file pages that are referenced twice make it onto
the active list.
This means the inactive file list has to be large enough
for all the readahead buffers, and give pages enough time
on the list that frequently accessed ones can get accessed
twice and promoted.
http://linux-mm.org/PageReplacementDesign
--
All rights reversed
--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Rik van Riel <riel@redhat.com>
To: Alexey Ivanov <rbtz@yandex-team.ru>
Cc: "gnehzuil.lzheng@gmail.com" <gnehzuil.lzheng@gmail.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: mapped pagecache pages vs unmapped pages
Date: Mon, 09 Apr 2012 14:14:21 -0400 [thread overview]
Message-ID: <4F8326FD.8020507@redhat.com> (raw)
In-Reply-To: <12701333991475@webcorp7.yandex-team.ru>
On 04/09/2012 01:11 PM, Alexey Ivanov wrote:
> Thanks for the hint!
>
> Can anyone clarify the reason of not using zone->inactive_ratio in inactive_file_is_low_global()?
New anonymous pages start out on the active anon list, and
are always referenced. If memory fills up, they may end
up getting moved to the inactive anon list; being referenced
while on the inactive anon list is enough to get them promoted
back to the active list.
New file pages start out on the INACTIVE file list, and
start their lives not referenced at all. Due to readahead
extra reads, many file pages may never be referenced.
Only file pages that are referenced twice make it onto
the active list.
This means the inactive file list has to be large enough
for all the readahead buffers, and give pages enough time
on the list that frequently accessed ones can get accessed
twice and promoted.
http://linux-mm.org/PageReplacementDesign
--
All rights reversed
next prev parent reply other threads:[~2012-04-09 18:56 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 0:29 mapped pagecache pages vs unmapped pages Alexey Ivanov
2012-04-06 7:16 ` gnehzuil.lzheng
2012-04-06 7:16 ` gnehzuil.lzheng
2012-04-09 17:11 ` Alexey Ivanov
2012-04-09 17:11 ` Alexey Ivanov
2012-04-09 18:14 ` Rik van Riel [this message]
2012-04-09 18:14 ` Rik van Riel
2012-04-09 23:50 ` Alexey Ivanov
2012-04-09 23:50 ` Alexey Ivanov
2012-04-10 0:31 ` Minchan Kim
2012-04-10 0:31 ` Minchan Kim
2012-04-10 0:49 ` Rik van Riel
2012-04-10 0:49 ` Rik van Riel
2012-04-10 1:25 ` Minchan Kim
2012-04-10 1:25 ` Minchan Kim
2012-04-09 18:17 ` Ying Han
2012-04-09 18:17 ` Ying Han
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=4F8326FD.8020507@redhat.com \
--to=riel@redhat.com \
--cc=gnehzuil.lzheng@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=rbtz@yandex-team.ru \
/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.