summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-04-17 15:44:22 +0000
committertrhodes <trhodes@FreeBSD.org>2003-04-17 15:44:22 +0000
commitc4a16a04fc45544d8c4fb1362b0be08ec95464b7 (patch)
tree466503b9e219419a64587d9a9055626213504286 /sys/vm
parent7322c170dcce4491f06bd3380da50c842affbc8b (diff)
downloadFreeBSD-src-c4a16a04fc45544d8c4fb1362b0be08ec95464b7.zip
FreeBSD-src-c4a16a04fc45544d8c4fb1362b0be08ec95464b7.tar.gz
Add some tunable descriptions.
Submitted by: hmp Discussed with: bde
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 293733f..b2dc1ad 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -674,7 +674,7 @@ loop:
*/
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
OpenPOWER on IntegriCloud