ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #64785
[Bug 565981] Re: [KMS] gem objects not deallocated
Here is anothe one that might be more clear:
petar@aurora:~$ date ; cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes'
Thu Apr 22 20:08:31 CEST 2010
164847616 object bytes
petar@aurora:~$ oowriter &
[1] 2189
petar@aurora:~$ date ; cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes'
Thu Apr 22 20:08:44 CEST 2010
165933056 object bytes
petar@aurora:~$ oocalc &
[2] 2216
[1] Done oowriter
petar@aurora:~$ date ; cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes'
Thu Apr 22 20:09:06 CEST 2010
[2]+ Done oocalc
201986048 object bytes
petar@aurora:~$ date ; cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes'
Thu Apr 22 20:09:17 CEST 2010
187908096 object bytes
petar@aurora:~$ date ; cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes'
Thu Apr 22 20:09:30 CEST 2010
192741376 object bytes
petar@aurora:~$ date ; cat /sys/kernel/debug/dri/0/gem_objects | grep 'object bytes'
Thu Apr 22 20:09:36 CEST 2010
174059520 object bytes
So the values are:
164847616
165933056 (encrease)
201986048 (encrease)
187908096 (decrease)
192741376 (encrease)
174059520 (decrease)
Good enough?
--
[KMS] gem objects not deallocated
https://bugs.launchpad.net/bugs/565981
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
References