---

kernel 2.2.0–only one issue left

Linus Torvalds
posted to the linux-kernel mailing list:

 Subject: Re: [PATCH] Re: MM deadlock [was: Re: arca-vm-8...]
    Date: Wed, 13 Jan 1999 14:30:32 -0800 (PST)
      To: "Stephen C. Tweedie" <sct@redhat.com>
      Cc: linux-kernel@vger.rutgers.edu

On Wed, 13 Jan 1999, Stephen C. Tweedie wrote:
>
> The problem is that if you do this, it is easy for the swapper to
> generate huge amounts of async IO without actually freeing any real
> memory: there's a question of balancing the amount of free memory we
> have available right now with the amount which we are in the process of
> freeing.  Setting the nr_async_pages bound to 256 just makes the swapper
> keen to send a whole 1MB of memory out to disk at a time, which is a bit
> steep on an 8MB box.

Note that this should be much less of a problem with the current swapout
strategies, but yes, basically we definitely do want to have _some_ way of
maintaining a sane "maximum number of pages in flight" thing. 

The right solution may be to do the check in some other place, rather than
fairly deep inside the swap logic. 

It's not a big deal, I suspect.

Anyway, there's a real pre7 out there now, and it doesn't change a lot of
th issues discussed here. I wanted to get something stable and working. I
still need to get the recursive semaphore thing (or other approach) done,
but basically I think we're at 2.2.0 already apart from that issue, and
that we can continue this discussion as a "occasional tweaks" thing. 

        Linus

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis