From owner-freebsd-stable Thu May 1 09:58:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA02690 for stable-outgoing; Thu, 1 May 1997 09:58:51 -0700 (PDT) Received: from dopey.pathlink.com (dopey.pathlink.com [204.30.237.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02685 for ; Thu, 1 May 1997 09:58:44 -0700 (PDT) Received: from dvl-1.pathlink.com (dvl-1.pathlink.com [204.30.237.241]) by dopey.pathlink.com (8.8.5/8.8.5) with SMTP id KAA11656; Thu, 1 May 1997 10:07:08 -0700 (PDT) Message-Id: <1.5.4.32.19970501095817.006df320@dopey.pathlink.com> X-Sender: kachun@dopey.pathlink.com X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 01 May 1997 09:58:17 +0000 To: Tom Samplonius From: Kachun Lee Subject: Re: kmem_map full with 2.2beta to 2.2-releng-970422 Cc: freebsd-stable@freebsd.org Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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.