OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: jerrybme on December 19, 2003, 03:11:32 pm

Title: How Much Memory left?
Post by: jerrybme on December 19, 2003, 03:11:32 pm
As I load more and more stuff on my C750, I\'m starting to get concerned about space. Is there an easy way to check to see how much space is left in RAM? I imagine there will be a sysinfo type app in the final release, but meanwhile is there a linux command that will display that info? \"top\" lumps all memory together so it\'s hard to tell how much is allocatable for user apps  (I\'m a linux newbie if you can\'t tell  :oops: )

TIA,

Jerry
Title: How Much Memory left?
Post by: zaphod on December 19, 2003, 03:43:08 pm
df will tell you how much disk space (internal storage and mounted CF/SD cards) you have left.

top is telling you how much RAM is in use by processes.
Title: How Much Memory left?
Post by: jerrybme on December 19, 2003, 03:52:34 pm
Thanks zaphod, that\'s exactly what I was looking for. Yikes, 81% of mtdblock3 used  :cry: . Time to install games to the SD!
Title: How Much Memory left?
Post by: Bob_H on December 19, 2003, 06:10:51 pm
Use df -h , it gives you a more meaningful display. {rh}