From owner-freebsd-questions Fri Aug 4 9:35:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 4E8A737B9AB for ; Fri, 4 Aug 2000 09:35:05 -0700 (PDT) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id JAA28777 for ; Fri, 4 Aug 2000 09:35:04 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id JAA34015; Fri, 4 Aug 2000 09:35:04 -0700 (MST) (envelope-from jjreynold@home.com) From: John Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14730.61623.920268.314783@whale.home-net> Date: Fri, 4 Aug 2000 09:35:03 -0700 (MST) To: questions@freebsd.org Subject: Re: how to tell the amount of SysV shared memory available? X-Mailer: VM 6.75 under Emacs 20.7.1 Cc: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Is there a way to tell how much SysV-ish shared memory can be allocated? One of > the *stat commands? I hate to followup to my own posting, but I've since found the answer from a Linux buddy of mine and figured I would post it here for the astute reader and for the archives. ipcs is the command which will show all the things related to SysV IPC. % ipcs -M shminfo: shmmax: 8388609 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 96 (max number of shared memory identifiers) shmseg: 64 (max shared memory segments per process) shmall: 2048 (max amount of shared memory in pages) -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 4.0-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message