#ident	"@(#)kern-i386at:proc/ipc/ipc.cf/Autotune	1.2"
*
* 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

* Semaphore Configuration Parameters -------------

*
* Note: All data structures for the semaphore IPC are dynamically
*	allocated as needed.  Feel free to be liberal.
*

* SEMMNI total * of semaphore identifiers in system at one time.

SEMMNI		MIN	STEP	4	10	

SEMMNI		DEF	STEP	4	10	

SEMMNI		MAX	LINEAR	8	1000
SEMMNI		MAX	LINEAR	16	5000
SEMMNI		MAX	STEP	24	10000


* System V IPC Message Queue Parameters ---------------


*MSGMNI: total number of message identifier system-wide.

MSGMNI		MIN	STEP	4	50

MSGMNI		DEF	STEP	4	50

MSGMNI		MAX	LINEAR	8	400	
MSGMNI		MAX	LINEAR	16	4000
MSGMNI		MAX	STEP	24	10000

* MSGTQL: total number of message headers system-wide.
* 	NOTE: It is suggested that MSGTQL be made relatively large to 
*	avoid blocking for a message header reservation.

MSGTQL		MIN	STEP	4	40

MSGTQL		DEF	STEP	4	200

MSGTQL		MAX	LINEAR	8	1000
MSGTQL		MAX	LINEAR	16	8000
MSGTQL		MAX	STEP	24	40000
