Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2000 23:04:10 -0700 (PDT)
From:      Kelly Yancey <kbyanc@posi.net>
To:        Alexander Sanda <entropy@kabsi.at>
Cc:        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:  <Pine.BSF.4.21.0006232255250.12954-100000@gateway.posi.net>
In-Reply-To: <4.3.2.7.2.20000624001902.00ae8948@mail.kabsi.at>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0006232255250.12954-100000>