#ident	"@(#)kern-i386:kernel.cf/Autotune	1.1"
*
* This file should not be editted
*
* The fields are
* 1: name of tunable
* 2: whether this line is information about the default, min, or max
* 3: whether from this point to the next should be handled linearly or as
*       a step function
* 4: the number of megabytes this line specifies information about
* 5: the value of the tunable at that amount of memory

* General Kernel Parameters (reflected in 'v') ---------------

* NCALL: number of callout table slots

NCALL		MIN	STEP	4	30

NCALL		DEF	STEP	4	80	

NCALL		MAX	LINEAR	8	250	
NCALL		MAX	LINEAR	16	500	
NCALL		MAX	STEP	24	1000	

* NPROC: Maximum number of processes system-wide

NPROC		MIN	STEP	4	50

NPROC		DEF	STEP	4	400	

NPROC		MAX	LINEAR	8	600
NPROC		MAX	STEP	16	5000

*MAXUP: Maximum number of processes per user

MAXUP		MIN	STEP	4	30

MAXUP		DEF	STEP	4	80	

MAXUP		MAX	STEP	8	800	
MAXUP		MAX	STEP	16	5000	

