From owner-cvs-sys Thu Dec 4 11:02:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16643 for cvs-sys-outgoing; Thu, 4 Dec 1997 11:02:32 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16601; Thu, 4 Dec 1997 11:02:01 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA00625; Thu, 4 Dec 1997 11:00:59 -0800 (PST) Date: Thu, 4 Dec 1997 11:00:59 -0800 (PST) Message-Id: <199712041900.LAA00625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/12/04 11:00:58 PST Modified files: sys/vm vm_pageout.c Log: Support applications that need to resist or deny use of swap space. sysctl -w vm.defer_swap_pageouts=1 Causes the system to resist the use of swap space. In low memory conditions, performance will decrease. sysctl -w vm.disable_swap_pageouts=1 Causes the system to mostly disable the use of swap space. In low memory conditions, the system will likely start killing processes. Revision Changes Path 1.101 +26 -2 src/sys/vm/vm_pageout.c