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

SFSNINODE	DEF	LINEAR	4	300
SFSNINODE	DEF	LINEAR	8	700
SFSNINODE	DEF	LINEAR	16	2000
SFSNINODE	DEF	LINEAR	32	4000

SFSNINODE	MIN	STEP	4	150

SFSNINODE	MAX	LINEAR	4	600
SFSNINODE	MAX	LINEAR	8	5000
SFSNINODE	MAX	LINEAR	16	10000
SFSNINODE	MAX	LINEAR	32	20000

