linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Redelings <bredelin@ucla.edu>
To: linux-mm@kvack.org
Cc: linux-kernel@vger.rutgers.edu
Subject: new vm - OK but not THAT great
Date: Wed, 16 Aug 2000 10:53:27 -0700	[thread overview]
Message-ID: <399AD517.656E4279@ucla.edu> (raw)

Hi,
	I tested Rik's latest, tuned, VM code on my machine at home.  Sorry
this isn't more detailed - I have to do some comparisons later.
	However, I DO notice some problems: when I run netscape and a few other
apps, performance is OK, but when I then run 'tar -xf
linux-2.4.0-pre4.tar' preformance drops.
	Firstly, the page cache gets really big.  A LOT of swap is suddenly
used, like 25 MB where before there was nothing, and running programs
(netscape,gnomehack,the gnome panel) start getting unresponsive due to
swapin.
	Secondly, programs like xfs, which are NOT RUNNING AT ALL, do not get
swapped out as much as vanilla pre7-4.
	So, the page aging code does not appear to be helping as much as it
should.  Swapping seems, in some sense, to not as good as pre7-4...
	Awaiting next tuned version!!

-BenRI
P.S. could this block of code go into the mainstreat kernel w/o the rest
of the code?

> +     /* Reset to 0 when we reach the end of address space */
> +     mm->swap_address = 0;
> +     mm->swap_cnt = 0;
> +
> +out_unlock:
>       vmlist_access_unlock(mm);
>  
>       /* We didn't find anything for the process */
> -     mm->swap_cnt = 0;
> -     mm->swap_address = 0;
>       return 0;
>  }

-- 
"For nature does not give virtue,
 It is an art to become good." - Seneca
Benjamin Redelings I      <><     http://www.bol.ucla.edu/~bredelin
--
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:[~2000-08-16 17:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-16 17:53 Benjamin Redelings [this message]
2000-08-16 19:09 ` Rik van Riel

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=399AD517.656E4279@ucla.edu \
    --to=bredelin@ucla.edu \
    --cc=linux-kernel@vger.rutgers.edu \
    --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