From owner-freebsd-stable Thu May 1 10:53:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA05888 for stable-outgoing; Thu, 1 May 1997 10:53:59 -0700 (PDT) Received: from mercury.uniserve.com (mercury.uniserve.com [204.191.197.248]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA05880 for ; Thu, 1 May 1997 10:53:56 -0700 (PDT) Received: from haven.uniserve.com (shell.uniserve.com [198.53.215.121]) by mercury.uniserve.com with SMTP id KAA10662; Thu, 1 May 1997 10:52:54 -0700 (PDT) Date: Thu, 1 May 1997 10:59:18 -0700 (PDT) From: Tom Samplonius To: Kachun Lee cc: freebsd-stable@freebsd.org Subject: Re: kmem_map full with 2.2beta to 2.2-releng-970422 In-Reply-To: <1.5.4.32.19970501095817.006df320@dopey.pathlink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 1 May 1997, Kachun Lee wrote: > At 10:43 AM 4/30/97 -0700, you wrote: > > > >On Wed, 30 Apr 1997, Kachun Lee wrote: > >> [snip] > >> options SYSVSHM > >> options SYSVSEM > >> options SYSVMSG > > > > If you remove this SYS* stuff you get a smaller kernel. > > Thank you for the info. The nnrpd that we are running uses the SYSV share > memory. I should get the mmap version, then I can remove them. > > The mmap() version is also more reliable, due to the strange way that SYSV shared memory works. Tom