Reply
Thread Tools
Posts: 125 | Thanked: 108 times | Joined on Feb 2010
#21
Originally Posted by 9000 View Post
May be you'd like to check the top 10 processes that used up your memory:

Code:
ps -A --sort -rss -o comm,pmem | head -n 11
For this command to work in N900 you need procps:

Code:
root
apt-get install procps
It is easier to use top for this purpose, the standard top of N900:
just type 'top' in Xterm, and when it's running press 'm' to sort for memory usage.

One other point: as discussed in these talk.maemo.org pages several times, it is not trivial to define what is "used RAM" and "free RAM", same goes for swap space. This may be the reason for the numbers of free, top and Conky differing so much...
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:43.