Date: Mon, 26 Jun 2000 11:58:42 +0200 From: Stijn Hoop <stijn@win.tue.nl> To: Kelly Yancey <kbyanc@posi.net> Cc: Alexander Sanda <entropy@kabsi.at>, Garance A Drosihn <drosih@rpi.edu>, Christopher Masto <chris@netmonger.net>, gnome-list@gnome.org, current@FreeBSD.ORG Subject: Re: Gnome INSANE shared memory usage Message-ID: <20000626115842.B93880@pcwin002.win.tue.nl> In-Reply-To: <Pine.BSF.4.21.0006232255250.12954-100000@gateway.posi.net>; from kbyanc@posi.net on Fri, Jun 23, 2000 at 11:04:10PM -0700 References: <4.3.2.7.2.20000624001902.00ae8948@mail.kabsi.at> <Pine.BSF.4.21.0006232255250.12954-100000@gateway.posi.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000626115842.B93880>