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

PAGES_UNLOCK	DEF	LINEAR	4	50
PAGES_UNLOCK	DEF	LINEAR	8	200
PAGES_UNLOCK	DEF	LINEAR	16	500
PAGES_UNLOCK	DEF	STEP	32	1000
				
PAGES_UNLOCK	MIN	STEP	4	50
				
PAGES_UNLOCK	MAX	LINEAR	4	500
PAGES_UNLOCK	MAX	LINEAR	8	1000
PAGES_UNLOCK	MAX	LINEAR	16	3000
PAGES_UNLOCK	MAX	LINEAR	32	7000

MINAMEM	DEF	LINEAR	8	25
MINAMEM	DEF	LINEAR	16	50
MINAMEM	DEF	STEP	32	100

MINAMEM	MIN	STEP	8	25
				
MINAMEM	MAX	LINEAR	8	200
MINAMEM	MAX	LINEAR	16	400
MINAMEM	MAX	LINEAR	32	800

KMEM_RESV	DEF	LINEAR	8	25
KMEM_RESV       DEF     STEP	32	100

KMEM_RESV	MIN	STEP	8	25

KMEM_RESV	MAX	LINEAR	8	40
KMEM_RESV	MAX	STEP	32	160

PAGES_NODISKMA	DEF	LINEAR	8	25
PAGES_NODISKMA	DEF     STEP	32	100

PAGES_NODISKMA	MIN	STEP	8	25

PAGES_NODISKMA	MAX	LINEAR	8	500
PAGES_NODISKMA	MAX	STEP	32	1000
