From: Helge Hafting <helgehaf@idb.hist.no>
To: Jonathan Lundell <jlundell@pobox.com>, linux-kernel@vger.kernel.org
Subject: Re: page pre-swapping + moving it on cache-list
Date: Fri, 07 Sep 2001 12:15:34 +0200 [thread overview]
Message-ID: <3B989E46.51C1E768@idb.hist.no> (raw)
In-Reply-To: <Pine.LNX.4.33L.0109061003320.31200-100000@imladris.rielhome.con ectiva> <591984348.999786074@[10.132.112.53]> <p05100300b7bd3bf9bf7a@[10.128.7.49]>
Jonathan Lundell wrote:
> The problem with thrashing, is it not, is that we're not making
> forward progress because we're waiting for swap--that is to say,
> thrashing *is* an idle state of sorts, and so might be an ideal
> opportunity for gc methods that require heavy CPU involvement. It's
> not as if there's anything better to do....
Note that trashing don't necessarily mean the cpu is free.
It can be very busy:
- deciding what to swap out next
- queuing stuff up for io, merging long elevator queues
- handling io operations, we don't all have busmastering devices
somehow I don't think garbage collection runs will be that fun
in a trashing situation. Don't these algorithms look all over
your stack & heap for pointers? That will surely cause lots
of io as all the apps memory is paged in so the gc algorithm
may look at it.
Helge Hafting
next prev parent reply other threads:[~2001-09-07 10:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-06 5:19 page pre-swapping + moving it on cache-list Samium Gromoff
2001-09-06 11:29 ` Rik van Riel
2001-09-06 12:51 ` Stephan von Krawczynski
2001-09-06 13:05 ` Rik van Riel
[not found] ` <Pine.LNX.4.33L.0109061003320.31200-100000@imladris.rielhome.con ectiva>
2001-09-06 13:21 ` Alex Bligh - linux-kernel
2001-09-06 14:47 ` Jonathan Lundell
2001-09-07 10:15 ` Helge Hafting [this message]
2001-09-07 10:35 ` Alex Bligh - linux-kernel
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=3B989E46.51C1E768@idb.hist.no \
--to=helgehaf@idb.hist.no \
--cc=jlundell@pobox.com \
--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