From owner-freebsd-stable Wed Jun 26 06:12:18 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08168 for stable-outgoing; Wed, 26 Jun 1996 06:12:18 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA08163; Wed, 26 Jun 1996 06:12:16 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by who.cdrom.com (8.6.12/8.6.11) with SMTP id GAA24736 ; Wed, 26 Jun 1996 06:12:11 -0700 Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id ac10748; 26 Jun 96 14:07 +0100 Received: from aaaaaaaa.demon.co.uk ([158.152.178.85]) by relay-3.mail.demon.net id aa19273; 26 Jun 96 13:31 +0100 Received: (from andrew@localhost) by aaaaaaaa.demon.co.uk (8.7.5/8.6.9) id NAA00216; Wed, 26 Jun 1996 13:08:44 +0100 (BST) From: Andrew Wilson Message-Id: <199606261208.NAA00216@aaaaaaaa.demon.co.uk> Subject: Re: Another try at the vm_pageout.c -stable diff To: davidg@root.com Date: Wed, 26 Jun 1996 13:08:44 +0100 (BST) Cc: dyson@freebsd.org, stable@freebsd.org In-Reply-To: <199606260337.UAA00265@root.com> from "David Greenman" at Jun 25, 96 08:37:52 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8891-1 Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Here is yet another diff. This is the product of a discussion I just had > with John about the nature of some of the performance problems people have > complained about. > This makes a slight change to the policy for bringing pages off of the > active queue and should make the statistics gather *much* more effective > in some cases. Please try it out and get back to us. Thanks! > > -DG > > David Greenman > Core-team/Principal Architect, The FreeBSD Project > > (This includes John's other changes, so apply this to a fresh -stable copy of > vm_pageout.c) [snip] No nasty swapping sounds when booting. xterms etc come up quickly again with no excess of disk activity. After about 5 minutes under openwin xterms refuse to refresh, moving an obscuring window leaves a big unrendered footprint, mouse cursor can still be moved. On exit from openwin the X session hangs everything, rebooted from the switch. > Index: vm_pageout.c > =================================================================== > RCS file: /home/ncvs/src/sys/vm/vm_pageout.c,v > retrieving revision 1.51.4.6 > diff -c -r1.51.4.6 vm_pageout.c Cheers, Ay.