From owner-freebsd-current Mon Jun 26 2:58:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id DE6F437BC7B for ; Mon, 26 Jun 2000 02:58:22 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: by pcwin002.win.tue.nl (Postfix, from userid 1001) id 292BF191B; Mon, 26 Jun 2000 11:58:42 +0200 (CEST) Date: Mon, 26 Jun 2000 11:58:42 +0200 From: Stijn Hoop To: Kelly Yancey Cc: Alexander Sanda , Garance A Drosihn , Christopher Masto , gnome-list@gnome.org, current@FreeBSD.ORG Subject: Re: Gnome INSANE shared memory usage Message-ID: <20000626115842.B93880@pcwin002.win.tue.nl> References: <4.3.2.7.2.20000624001902.00ae8948@mail.kabsi.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kbyanc@posi.net on Fri, Jun 23, 2000 at 11:04:10PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 23, 2000 at 11:04:10PM -0700, Kelly Yancey wrote: > > 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 Hi, just FYI, I don't know whether this is much but my machine is definitely more lagged compared to when I just started X. FreeBSD 5.0-CURRENT #6: Mon Jun 5 17:06:37 CEST 2000 (yeah it's a bit out of date...) $ ipcs -bmo | awk -- '/^m/ {num++;total+=$7*$8}; END {print num,(total/4096)}' 47 1362 Running GNOME 1.2, XFree4 with the ati driver (Dell Optiplex onboard chip). --Stijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message