Bug 61381 - xorg process' memory leak with intel (sna)
Summary: xorg process' memory leak with intel (sna)
Status: CLOSED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: high critical
Assignee: Chris Wilson
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-24 07:50 UTC by Alex
Modified: 2013-02-24 11:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alex 2013-02-24 07:50:24 UTC
Xorg process eats about 200Mb and more after some time of system using (with sna acceleration, it is ok with uxa). 

GPU HD4000, Ivy Bridge.

driver v. 2.21.3
kernel v. 3.7.9
Comment 1 Chris Wilson 2013-02-24 08:56:05 UTC
Note that memory is accounted differently between UXA and SNA. All buffer allocated by UXA are invisible to top, whereas SNA uses standard CPU mmaps which do get accounted to the process. If you pay close attention you will notice that SNA uses far fewer buffers than UXA.

top is not accurate here. The numbers that matter are /sys/kernel/debug/dri/0/i915_gem_objects
Comment 2 Alex 2013-02-24 11:42:34 UTC
I'm very sorry. I found the real cause of the problem. It is qbittorent app. I will close this bug.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.