From owner-freebsd-questions Tue Oct 29 00:06:43 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA04529 for questions-outgoing; Tue, 29 Oct 1996 00:06:43 -0800 (PST) Received: from dyson.iquest.net ([198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA04519 for ; Tue, 29 Oct 1996 00:06:40 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.2/8.6.9) id DAA02930; Tue, 29 Oct 1996 03:06:33 -0500 (EST) From: "John S. Dyson" Message-Id: <199610290806.DAA02930@dyson.iquest.net> Subject: Re: SHM limits To: jmacd@XCF.Berkeley.EDU (Josh MacDonald) Date: Tue, 29 Oct 1996 03:06:33 -0500 (EST) Cc: freebsd-questions@FreeBSD.org In-Reply-To: <199610290533.VAA10213@scam.XCF.Berkeley.EDU> from "Josh MacDonald" at Oct 28, 96 09:33:00 pm Reply-To: dyson@FreeBSD.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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. > In -current, SYSVSHM no longer takes kernel virtual address space. Before, the SYSVSHM took as much kernel space as the shared memory allowance. John