#ident "@(#)kern-i386:fs/fs.cf/Autotune	1.4"
#ident  "$Header: $"
#
# 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

DNLCSIZE	DEF	LINEAR	4	200
DNLCSIZE	DEF	LINEAR	8	250
DNLCSIZE	DEF	LINEAR	16	800
DNLCSIZE	DEF	LINEAR	32	1000
				
DNLCSIZE	MIN	STEP	4	200
				
DNLCSIZE	MAX	LINEAR	4	500
DNLCSIZE	MAX	LINEAR	8	900
DNLCSIZE	MAX	LINEAR	16	10000
DNLCSIZE	MAX	LINEAR	32	20000
				
BUFHWM	DEF	LINEAR	4	200
BUFHWM	DEF	LINEAR	8	400
BUFHWM	DEF	LINEAR	16	1024
BUFHWM	DEF	LINEAR	32	2048
				
BUFHWM	MIN	STEP	4	10
				
BUFHWM	MAX	LINEAR	4	512
BUFHWM	MAX	LINEAR	8	1024
BUFHWM	MAX	LINEAR	16	4096
BUFHWM	MAX	LINEAR	32	8192
