View Single Post
yerga's Avatar
Posts: 696 | Thanked: 1,012 times | Joined on Mar 2006 @ Asturies, Spain
#5
The answer is: it's not real memory so you don't should worry about it.

What is shown if you run this?
awk '/Private_Dirty/{sum+=$2}END{print sum "kB"}' /proc/(here PID of your app)/smaps

It's the memory what should worry you.
__________________
Daniel Martín Yerga
maemo.org profile
Twitter
 

The Following User Says Thank You to yerga For This Useful Post: