![]() |
Does my n900 use to much RAM ?
Hello there.
Ive got a few questions. - And sorry if im putting this topic in a wrong section. But ive installed: http://wiki.maemo.org/Desktop_Comman...Widget_scripts Today. I saw the script that shows: Used & Free - Ram/memory Mine says: Ram-Used: 151.1 Ram-Free: 88.7 Ive overclocked today aswell To: 800MHz I wanna know if this is normal??:confused: |
Re: Is this Normal? :|
These are the code ive used:
RAM used: awk '/mT/ {memttl = $2}; /mF/ {memfre = $2}; /Bu/ {membff = $2}; $1 == "Cached:" {memcch = $2} END {printf ("%.1f MB\n",(memttl-memfre-membff-memcch)/1024)}' /proc/meminfo RAM free: awk '/mF/ {memfre = $2}; /Bu/ {membff = $2}; $1 == "Cached:" {memcch = $2} END {printf ("%.1f MB\n",(memfre+membff+memcch)/1024)}' /proc/meminfo |
Re: Is this Normal? :|
Quote:
However, note that: 151.1 + 88.7 = ~240 = size of rootfs NAND, so I believe that script/whatever should say 'rootfs' instead of Ram. N900 has 256MB RAM. Perhaps an expert can confirm or correct what I just said. Edit: please consider choosing more descriptive titles for your threads (so everyone doesn't have to read the thread to answer the obvious question "is what normal?") |
Re: Is this Normal? :|
okay then. well
- didnt know what i should type but okay. ill think about it next time.. Thanks. :) |
Re: Is this Normal? :|
There is a good short description of rootfs on the wiki. Feel free to ask more questions if you'd like (if I can't answer, chances are someone smarter than me will stop by and help).
Quote:
Hint: you can also edit a thread title after you started the thread by editing Post#1 in that thread. Quote:
Also, don't forget the thanks button :) that way we can measure who is most helpful... or at least who writes the most posts on which people clicked 'Thanks!' |
All times are GMT. The time now is 12:55. |
vBulletin® Version 3.8.8