From owner-freebsd-current Fri Jun 23 23: 3:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 7579237BB37 for ; Fri, 23 Jun 2000 23:03:18 -0700 (PDT) (envelope-from kbyanc@posi.net) Received: from gateway.posi.net (user-33qtg05.dialup.mindspring.com [199.174.192.5]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id CAA10372; Sat, 24 Jun 2000 02:03:13 -0400 (EDT) Received: from localhost (kbyanc@localhost) by gateway.posi.net (8.9.3/8.9.3) with ESMTP id XAA13752; Fri, 23 Jun 2000 23:04:11 -0700 (PDT) (envelope-from kbyanc@posi.net) Date: Fri, 23 Jun 2000 23:04:10 -0700 (PDT) From: Kelly Yancey To: Alexander Sanda Cc: Garance A Drosihn , Christopher Masto , gnome-list@gnome.org, current@FreeBSD.ORG Subject: Re: Gnome INSANE shared memory usage In-Reply-To: <4.3.2.7.2.20000624001902.00ae8948@mail.kabsi.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 24 Jun 2000, Alexander Sanda wrote: > I'am ready to try another WM and see whether the SHM problems stay or not > (other solutions didn't exactly work, I _dramatically_ increased all the > SHM limits in the kernel but still get tons of shm errors from imlib or > gdk). Yet, I still see excessive shm usage in the output of ipcs (similar > to the output reported by the original poster). > > BTW: It's for sure _not_ a -current issue and might have nothing to do > with FreeBSD at all, since I'am running 4.0-STABLE on this machine, with > Xfree 4.0 and Gnome 1.2. > Can you guys post the output of: $ ipcs -bmo | awk -- '/^m/ {num++;total+=$7*$8}; END {print num,(total/4096)}' taken while you are experiencing the problem. The first number is the total number of shared memory segments currently active and the second should be the total number of shared memory pages in use. Thanks, Kelly -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message