From owner-freebsd-hackers Fri Dec 14 4:28:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by hub.freebsd.org (Postfix) with ESMTP id 12CEF37B419 for ; Fri, 14 Dec 2001 04:28:31 -0800 (PST) Received: from prime.vsservices.com (conr-adsl-dhcp-26-38.txucom.net [209.34.26.38]) by primus.vsservices.com (8.11.3/8.11.3) with SMTP id fBDLQHC58111 for ; Thu, 13 Dec 2001 13:26:17 -0800 (PST) (envelope-from gclarkii@vsservices.com) Content-Type: text/plain; charset="iso-8859-1" From: GB Clark II To: hackers@FreeBSD.ORG Subject: shared mem and locking it in core (Database usage) Date: Thu, 13 Dec 2001 15:26:18 -0600 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01121315261800.27037@prime.vsservices.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I'm running PostgreSQL and it uses SysV shared mem for alot of its functions. How can verify that the shared mem is wired and not pageable? sysctl settings: kern.ipc.shmmax: 128004097 kern.ipc.shmmin: 1 kern.ipc.shmmni: 512 kern.ipc.shmseg: 1024 kern.ipc.shmall: 31251 kern.ipc.shm_use_phys: 1 <- This wires the mem right? Yes postgres shows to be 119M via top, but is this mem wired? Thanks, GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message