Date: Fri, 5 Dec 1997 18:23:39 -0800 (PST) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_extern.h vm_glue.c vm_pageout.c vm_pageout.h Message-ID: <199712060223.SAA28339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1997/12/05 18:23:39 PST Modified files: sys/vm vm_extern.h vm_glue.c vm_pageout.c vm_pageout.h Log: Support an optional, sysctl enabled feature of idle process swapout. This is apparently useful for large shell systems, or systems with long running idle processes. To enable the feature: sysctl -w vm.swap_idle_enabled=1 Please note that some of the other vm sysctl variables have been renamed to be more accurate. Submitted by: Much of it from Matt Dillon <dillon@best.net> Revision Changes Path 1.35 +2 -2 src/sys/vm/vm_extern.h 1.68 +42 -10 src/sys/vm/vm_glue.c 1.103 +40 -20 src/sys/vm/vm_pageout.c 1.21 +7 -1 src/sys/vm/vm_pageout.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712060223.SAA28339>