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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message