From owner-freebsd-stable Tue Jun 25 17:08:15 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA11390 for stable-outgoing; Tue, 25 Jun 1996 17:08:15 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA11377 for ; Tue, 25 Jun 1996 17:08:11 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id TAA07062; Tue, 25 Jun 1996 19:07:41 -0500 (EST) From: "John S. Dyson" Message-Id: <199606260007.TAA07062@dyson.iquest.net> Subject: Re: new vm code not working well To: tom@uniserve.com (Tom Samplonius) Date: Tue, 25 Jun 1996 19:07:40 -0500 (EST) Cc: jacs@gnome.co.uk, stable@freebsd.org In-Reply-To: from "Tom Samplonius" at Jun 25, 96 03:39:56 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The problems with swapping are due to the fortunate interaction of the rss limiting code with swapping. Since the rss limiting was removed, you have noticed a performance decrease under load. I am putting together a better version of rss limiting, and should be ready to commit it tonight. John