View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#56
my output of free:

Code:
~# free
             total         used         free       shared      buffers
Mem:       1008108       888448       119660            0        40448
-/+ buffers:             848000       160108
Swap:       422136        13560       408576

So swap has certainly changed as I mentioned earlier...I just meant that the free RAM you had after doing the same is it due to doing this or due to you rebooting your phone...


When I use drop cache to free all, my free increases to:

Code:
# sh /opt/dropcache-mdn/bin/dropcache.sh --3
~# free
             total         used         free       shared      buffers
Mem:       1008108       650764       357344            0          640
-/+ buffers:             650124       357984
Swap:       422136        13560       408576

So the only difference between your total output compared to mine is:

you have additional 22528kB swap and 540kB RAM...

I understand what you mean on ramzswap0...

Last edited by thedead1440; 2012-10-12 at 03:02.