Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 1997 11:00:59 -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_pageout.c
Message-ID:  <199712041900.LAA00625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712041900.LAA00625>