View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#11
Looks like the resource monitor from ovi store doesn't show buffers/cache, which makes it useless for following RAM usage.

RAM should be in use so that's normal, question is how much of it is used as cache and thus reallocated when some application needs it. Running "free" from the command line would be more informative.

Code:
~ $ free -m
             total         used         free       shared      buffers
Mem:           985          760          224            0           17
-/+ buffers:                743          241
Swap:          412           94          317
Above shows that here we have 241 MB free (free memory + buffered memory) for applications to claim. Even when there are no apps running that are started by you the most of stock applications are prestarted by start up scripts (see all those -prestart flags in top output) and thus using the RAM. I suppose it's made that way so that quick response of basic functions (phone calls, web browser, etc.) would be guaranteed. Above output is from N9 with current uptime of 29 days.

@Yisroel.
Your top output seems to be cropped from the right side so names of the processes aren't shown. Try to print out something like this:

Code:
Mem: 778016K used, 230632K free, 0K shrd, 18144K buff, 296660K cached
CPU:  0.3% usr  0.5% sys  0.0% nic 99.0% idle  0.0% io  0.0% irq  0.0% sirq
Load average: 0.00 0.01 0.00 1/353 12708
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
12708 12671 user     R     3104  0.3  0.4 top -n 2
  364     1 root     S <   1776  0.1  0.2 /sbin/dsme -p /lib/dsme/libstartup.so
  945     1 user     S <   202m 20.4  0.0 /usr/bin/meego-im-uiserver -remote-theme -use-self-composition
10804   897 user     S     193m 19.5  0.0 /usr/bin/fenix -prestart
11148   897 user     S     178m 17.9  0.0 /usr/bin/call-history -prestart
 2832   897 user     S     177m 17.9  0.0 /usr/bin/camera-ui -prestart
 1871   897 user     S     172m 17.3  0.0 /usr/bin/organiser -prestart
 6235   897 user     S     169m 17.0  0.0 /usr/bin/messaging-ui -prestart
  952     1 user     S <   159m 16.1  0.0 /usr/bin/meegotouchhome -remote-theme -upstart -graphicssystem meego -prestart
  918     1 user     S <   159m 16.1  0.0 /usr/bin/sysuid -graphicssystem meego
 1826   897 user     S     156m 15.8  0.0 /usr/bin/contacts -prestart
11047   897 user     S <   155m 15.6  0.0 /usr/bin/grob -prestart
11166   897 user     S     136m 13.7  0.0 /usr/bin/call-ui -prestart
  993   897 user     S <   125m 12.6  0.0 /usr/bin/conndlgs
 5540   897 user     S     115m 11.6  0.0 /usr/bin/duicontrolpanel.launch -appletloader -outprocess
  995   897 user     S N   113m 11.4  0.0 /usr/bin/applifed.x
12557   897 user     S <   113m 11.4  0.0 booster-m
10784   897 user     S <   110m 11.1  0.0 booster-d
 1438  1326 user     S N   109m 11.0  0.0 msgindexer
 1773     1 user     S <   108m 10.9  0.0 /usr/bin/commhistoryd
 1636     1 user     S N   105m 10.6  0.0 /usr/bin/contactsd
 2229  2223 user     S <   104m 10.5  0.0 {n9-button-monit} /usr/bin/python /opt/n9-button-monitor/n9-button-monitor.py
  897     1 user     S <   103m 10.4  0.0 /usr/bin/applauncherd.bin --re-exec                                                   
 5455   897 user     S <   103m 10.4  0.0 booster-q
It would be also nice if TMO had [code] tags that didn't wrap the lines. :/

Last edited by ladoga; 2013-06-02 at 10:43.
 

The Following 3 Users Say Thank You to ladoga For This Useful Post: