blob: a1fc932c61fd536ae6508c2a47e7097c119ef331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
===========================================================================
$NetBSD: MESSAGE.FreeBSD,v 1.1 2003/12/25 16:28:14 taca Exp $
The following parameters should work for FreeBSD:
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
options SHMMAXPGS=8192
options MSGMNB=8192
options MSGSSZ=64
options MSGTQL=2048
===========================================================================
|