From owner-freebsd-hackers Wed Feb 10 15:55:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11324 for freebsd-hackers-outgoing; Wed, 10 Feb 1999 15:55:34 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (castles202.castles.com [208.214.165.202]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11314 for ; Wed, 10 Feb 1999 15:55:26 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id PAA01211; Wed, 10 Feb 1999 15:50:51 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902102350.PAA01211@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: dyson@iquest.net cc: dg@root.com, tlambert@primenet.com, dillon@apollo.backplane.com, kuku@gilberto.physik.RWTH-Aachen.DE, hackers@FreeBSD.ORG Subject: Re: portability of shm, mmap, pipes and socket IPC In-reply-to: Your message of "Wed, 10 Feb 1999 16:34:07 EST." <199902102134.QAA02537@y.dyson.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 10 Feb 1999 15:50:51 -0800 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > David Greenman said: > > >> >:The overall size of the shared memory segment is limited to that > > >> >: which can fit in the kernels virtual address space; this > > >> >: artificially restricts the maximum size. > > >> > > >> That isn't true and hasn't been true for several years in FreeBSD. > > > > > >Are you sure? > > > > Yes, I'm quite sure. > > > DG's statement is accurate. I removed that very artificial restriction over > 2 yrs ago. There is no reason to use KVA space for data that the kernel never > needs to see. Correcting that deficit was pretty much on my list as soon as > I saw that problem when FreeBSD made it an official part of the distribution. Hmm, so does that mean that the shared memory pages can be paged out? And if so, should we be removing the SHMMAXPGS kernel option (since our current shared memory profile is woefully inadequate for most uses)? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message