linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo@conectiva.com.br>
To: Zlatko Calusic <zlatko@iskon.hr>
Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [patch] mm-cleanup-1 (2.4.0)
Date: Sun, 7 Jan 2001 17:07:59 -0200 (BRST)	[thread overview]
Message-ID: <Pine.LNX.4.21.0101071701250.4416-100000@freak.distro.conectiva> (raw)
In-Reply-To: <87snmv9k13.fsf@atlas.iskon.hr>


On 7 Jan 2001, Zlatko Calusic wrote:

> The following patch cleans up some obsolete structures from the mm &
> proc code.
> 
> Beside that it also fixes what I think is a bug:
> 
>         if ((rw == WRITE) && atomic_read(&nr_async_pages) >
>                        pager_daemon.swap_cluster * (1 << page_cluster))
> 
> In that (swapout logic) it effectively says swap out 512KB at once (at
> least on my memory configuration). I think that is a little too much.
> I modified it to be a little bit more conservative and send only
> (1 << page_cluster) to the swap at a time. Same applies to the
> swapin_readahead() function. Comments welcome.

512kb is the maximum limit for in-flight swap pages, not the cluster size 
for IO. 

swapin_readahead actually sends requests of (1 << page_cluster) to disk
at each run.
 

--
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.eu.org/Linux-MM/

  reply	other threads:[~2001-01-07 19:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-07 20:36 Zlatko Calusic
2001-01-07 19:07 ` Marcelo Tosatti [this message]
2001-01-07 21:11   ` Zlatko Calusic
2001-01-07 21:18     ` Rik van Riel
2001-01-07 22:23       ` Zlatko Calusic
2001-01-07 21:21     ` davej
2001-01-07 21:16 ` Rik van Riel
2001-01-07 22:20   ` Zlatko Calusic
2001-01-09  0:59 ` [patch] mm-cleanup-2 (2.4.0) Zlatko Calusic

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=Pine.LNX.4.21.0101071701250.4416-100000@freak.distro.conectiva \
    --to=marcelo@conectiva.com.br \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=zlatko@iskon.hr \
    /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