From owner-cvs-sys Sun Jul 7 19:26:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28350 for cvs-sys-outgoing; Sun, 7 Jul 1996 19:26:42 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28165; Sun, 7 Jul 1996 19:26:03 -0700 (PDT) Date: Sun, 7 Jul 1996 19:26:03 -0700 (PDT) From: John Dyson Message-Id: <199607080226.TAA28165@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/07/07 19:26:01 Modified: sys/vm vm_pageout.c Log: Fix a problem with the pageout daemon RSS limiting, where it degrades performance to LRU or worse when RSS limiting takes effect. Also, make an end condition in the active queue scan more efficient in the case where pages are removed from the active queue as a side effect of a pmap operation. Revision Changes Path 1.81 +27 -21 src/sys/vm/vm_pageout.c