On Wed, Aug 10, 2005 at 09:34:42AM +0200, Henrik Stoerner wrote: > Could you try running (as "root" or whatever that's called on Darwin): > > for P in shmall shmmni shmmax; do sysctl kern.ipc.$P; done That apparently doesn't work on FreeBSD's ksh .. if it fails, use this instead: sysctl kern.ipc.shmmni sysctl kern.ipc.shmall sysctl kern.ipc.shmmax Henrik