# @(#)usr/src/i386/uts/fs/vxfs/vxfs.cf/Autotune	2.3 18 Jul 1994 04:48:28 - Copyright (c) 1994 VERITAS Software Corp.
#ident	"@(#)kern-i386:fs/vxfs/vxfs.cf/Autotune	1.7"
#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

VXFSNINODE	DEF	LINEAR	4	300
VXFSNINODE	DEF	LINEAR	8	400
VXFSNINODE	DEF	LINEAR	16	2000
VXFSNINODE	DEF	LINEAR	32	4000
VXFSNINODE	DEF	LINEAR	64	6000
VXFSNINODE	DEF	LINEAR	128	8000
VXFSNINODE	DEF	LINEAR	512	12000
VXFSNINODE	DEF	LINEAR	1024	16000
VXFSNINODE	DEF	LINEAR	2048	24000

VXFSNINODE	MIN	LINEAR	4	150

VXFSNINODE	MAX	LINEAR	4	400
VXFSNINODE	MAX	LINEAR	8	3000
VXFSNINODE	MAX	LINEAR	16	8000
VXFSNINODE	MAX	LINEAR	32	12000
VXFSNINODE	MAX	LINEAR	64	16000
VXFSNINODE	MAX	LINEAR	128	20000
VXFSNINODE	MAX	LINEAR	512	30000
VXFSNINODE	MAX	LINEAR	1024	40000
VXFSNINODE	MAX	LINEAR	2048	60000

