diff options
author | wiz <wiz> | 2008-03-12 20:54:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-03-12 20:54:37 +0000 |
commit | e8dcb6f5bdda69a230fe241e9c00b236c6ae4efa (patch) | |
tree | 41d995ee354938266e8bc7e9d2ff5f65fe10be20 /multimedia | |
parent | a3ae4e6599552d183bab065aaecbe91f1302863f (diff) | |
download | pkgsrc-e8dcb6f5bdda69a230fe241e9c00b236c6ae4efa.tar.gz |
Mention sysctl for shmmaxpgs.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ogle/MESSAGE.NetBSD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/ogle/MESSAGE.NetBSD b/multimedia/ogle/MESSAGE.NetBSD index 77818243ed1..6cb2dcc346d 100644 --- a/multimedia/ogle/MESSAGE.NetBSD +++ b/multimedia/ogle/MESSAGE.NetBSD @@ -1,9 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.2 2005/03/15 15:47:18 wiz Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.3 2008/03/12 20:54:37 wiz Exp $ You may need to increase the value of SHMMAXPGS in your kernel configuration to use ${PKGBASE}, e.g. options SHMMAXPGS=32768 +or on newer releases during runtime, using + + sysctl -w kern.ipc.shmmaxpgs=32768 + =========================================================================== |