Add some tunable descriptions.

Submitted by:	hmp
Discussed with:	bde
This commit is contained in:
Tom Rhodes 2003-04-17 15:44:22 +00:00
parent e24d5d036e
commit 9faaf3b3c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113603

View File

@ -674,7 +674,7 @@ scheduler(dummy)
*/
static int swap_idle_threshold1 = 2;
SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW,
&swap_idle_threshold1, 0, "");
&swap_idle_threshold1, 0, "Guaranteed swapped in time for a process");
/*
* Swap_idle_threshold2 is the time that a process can be idle before
@ -682,7 +682,7 @@ SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold1, CTLFLAG_RW,
*/
static int swap_idle_threshold2 = 10;
SYSCTL_INT(_vm, OID_AUTO, swap_idle_threshold2, CTLFLAG_RW,
&swap_idle_threshold2, 0, "");
&swap_idle_threshold2, 0, "Time before a process will be swapped out");
/*
* Swapout is driven by the pageout daemon. Very simple, we find eligible