Date: Sun, 7 Jul 1996 19:26:03 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <199607080226.TAA28165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607080226.TAA28165>