From owner-freebsd-questions Mon Oct 28 21:33:14 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27222 for questions-outgoing; Mon, 28 Oct 1996 21:33:14 -0800 (PST) Received: from scam.XCF.Berkeley.EDU (scam.XCF.Berkeley.EDU [128.32.43.201]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA27212 for ; Mon, 28 Oct 1996 21:33:08 -0800 (PST) Received: (from jmacd@localhost) by scam.XCF.Berkeley.EDU (8.7.5/8.7.3) id VAA10213 for freebsd-questions@freebsd.org; Mon, 28 Oct 1996 21:33:00 -0800 Date: Mon, 28 Oct 1996 21:33:00 -0800 From: Josh MacDonald Message-Id: <199610290533.VAA10213@scam.XCF.Berkeley.EDU> To: freebsd-questions@freebsd.org Subject: SHM limits Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk How can I get more shared memory into a system? It doesn't appear to be controlled by sysctl. I read a comment in the kernel source saying not to increase a certain constant until something gets fixed. I would` like to increase the number of shared memory IDs available to a program. -josh