Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 10 May 2009 22:29:38 +0100
Our big problem today usually isn't throughput though,
but latency - the time it takes to bring a previously
inactive application back to life.
But if you page back in in 2MB chunks that is faster too. The initial "oh
dear we guessed wrong and he's clicked on OpenOffice again" we can't
really speed up (barring not paging out those bits and a little bit of
potential gain from not ramming stuff down the disks throat at full pelt)
but the amount of time it takes after that first "run for the disk"
moment is a lot shorter.
One question I have no idea as to the answer or any research on is "if I
take a 2MB chunk of an apps pages and toss them out together is there
sufficient statistical correlation that makes it useful to pull them back
in together"
Clearly working in 512K/2MB chunks reduces the efficiency that we get
from memory (which we have lots of) as well as improving our I/O
efficiency dramatically (which we are very short of), the question is
which dominates under load.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- Re: [PATCH] vmscan: evict use-once pages first (v2)
- From: Andrew Morton
- Re: [PATCH] vmscan: evict use-once pages first (v2)
- From: Peter Zijlstra
- [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Wu Fengguang
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Johannes Weiner
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Andrew Morton
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Wu Fengguang
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Andrew Morton
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Alan Cox
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: KOSAKI Motohiro
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Peter Zijlstra
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: KOSAKI Motohiro
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Alan Cox
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Rik van Riel
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Alan Cox
- Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- From: Rik van Riel
- Re: [PATCH] vmscan: evict use-once pages first (v2)
- Prev by Date: Re: RFC: MAINTAINER email address style?
- Next by Date: Re: [patch 0/4] reiserfs xattr fixups
- Previous by thread: Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- Next by thread: Re: [PATCH -mm] vmscan: make mapped executable pages the first class citizen
- Index(es):
Relevant Pages
|
Loading