[Bug 31412] radeon memory leak

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Thu Jun 2 10:24:41 PDT 2011


https://bugzilla.kernel.org/show_bug.cgi?id=31412





--- Comment #15 from Kevin <kjslag at gmail.com>  2011-06-02 17:24:35 ---
I'm sorry. I wasn't clear. There is NOT a memory leak.

Below is some of my 'free -m' output from above. My question is, why does the
'used -/+ buffers/cache' decrease when I 'echo 3 > /proc/sys/vm/drop_caches'?


# free -m
             total       used       free     shared    buffers     cached
Mem:          5920       4318       1602          0        113       2465
-/+ buffers/cache:       1740       4180
Swap:         7998          0       7998
# echo 3 > /proc/sys/vm/drop_caches
# free -m
             total       used       free     shared    buffers     cached
Mem:          5920        225       5695          0          3         12
-/+ buffers/cache:        209       5711
Swap:         7998          0       7998

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the dri-devel mailing list