LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Mobile (https://www.linuxquestions.org/questions/linux-mobile-81/)
-   -   Android & tmpfs (https://www.linuxquestions.org/questions/linux-mobile-81/android-and-tmpfs-4175451404/)

business_kid 02-23-2013 11:18 AM

Android & tmpfs
 
I have one of the early, early HTC Dreams which is critically short of memory perpetually. It's rooted and rund CyanogenMod-6.0, so I can do stuff.

df shows this
Code:

Filesystem  Size      Used  Available  Use%  Mounted on
tmpfs        47.7M    0      47.7M      0%    /dev
tmpfs        47.7M    0      47.7M      0%    /mnt/asec

That's HALF the ram! Not Used! or else it's lying. Did anyone get to the bottom of this one? How do I sort it?

MS3FGX 02-23-2013 09:02 PM

TMPFS does not actually consume any memory unless it actually requires it (to contain data). As you can see from the output there, the "Used" size is zero for both mountpoints, so none of your RAM (or at least, nothing worth mentioning) is being used up.


All times are GMT -5. The time now is 04:12 AM.