K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-12-04T19:00:56.000000Z K 7 svn:log V 385 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. END