* Josef Holzmayr <[email protected]> [2011-07-15 09:39]: > > How can I determine how much RAM is > > available for my use (user application). > > Type "man free" into a terminal application on your development > machine and use the knowledge gained to apply the command to your > target. :-)
"cat /proc/meminfo" might also be an option if busybox has been compiled without "free". Regards, Bernhard -- ptxdist mailing list [email protected]
