linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@conectiva.com.br>
To: Andrew Morton <akpm@zip.com.au>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: swapout bandwidth
Date: Wed, 31 Jul 2002 10:01:49 -0300 (BRT)	[thread overview]
Message-ID: <Pine.LNX.4.44L.0207310959300.23404-100000@imladris.surriel.com> (raw)
In-Reply-To: <3D479C8D.1DAB44D1@zip.com.au>

On Wed, 31 Jul 2002, Andrew Morton wrote:

> Seems poor.  On mem=512M, with 30 megs/sec of swap
> bandwidth, a
>
> 	memset(malloc(800megs))
>
> takes 21 seconds, and 16 on 2.5.26.
>
> There are big latencies during this too (vmstat freezes for
> many seconds).  But I seem to have fixed that in the
> pagemap_lru_lock patches.  Not sure how though ;)

I have an explanation for this fenomenon.

Without -rmap we can only swap out a very limited number of
the inactive pages and will wait on a few MB to be swapped
out each time.

With -rmap we can swap out ALL of the inactive pages and
we'll end up waiting on 180 MB of dirty pages to be flushed
to disk before using the first page we submitted for swapout
IO for the program...

It is all about the latency at which we can reclaim the
pages we submitted for IO and consequently the latency at
which the userspace program can continue.

regards,

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

--
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/

      reply	other threads:[~2002-07-31 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-31  8:15 Andrew Morton
2002-07-31 13:01 ` Rik van Riel [this message]

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.44L.0207310959300.23404-100000@imladris.surriel.com \
    --to=riel@conectiva.com.br \
    --cc=akpm@zip.com.au \
    --cc=linux-mm@kvack.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