From owner-freebsd-database@FreeBSD.ORG Thu Oct 2 00:57:03 2003 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2531416A4B3 for ; Thu, 2 Oct 2003 00:57:03 -0700 (PDT) Received: from light.sdf.com (light.sdf.com [207.200.153.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0105A43FBD for ; Thu, 2 Oct 2003 00:57:02 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by light.sdf.com with local-esmtp (Exim 4.22) id 1A4yKn-0005Uk-8z; Thu, 02 Oct 2003 00:57:13 -0700 Date: Thu, 2 Oct 2003 00:57:13 -0700 (PDT) From: Tom To: Darren Phillips In-Reply-To: Message-ID: <20031002005322.M82361@light.sdf.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-database@freebsd.org Subject: Re: Shared memory in 5.1 with sybase X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 07:57:03 -0000 On Wed, 1 Oct 2003, Darren Phillips wrote: ... > kernel os_create_region: can't allocate 37126144 bytes > kernel kbcreate: couldn't create kernel region. > kernel kistartup: could not create shared memory > > I've trawled the web and seen other posts and suggestions to the effect > that shared memory settings can be changed. However, not for 5.1 ... I think you missed the part that shared memory settings are totally dynamic in 5.x, so there are no kernel compile options for them anymore. Actually, they were dynamic in 4.8+ as well, but the kernel compile options still exist. Now I forget which variables in the kern.ipc.* sysctl corespond to which SysV shared memory and semphore settings though... Tom