John Dyson 12ac6a1dbb 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.
1997-12-04 19:00:56 +00:00
..
1997-09-01 03:17:34 +00:00
1997-09-01 03:17:34 +00:00
1997-09-01 03:17:34 +00:00
1997-08-02 14:33:27 +00:00