I have a device that I know for sure it has RAM memory of 512 MB
Want to be able to retrieve this value (512 MB) Programmatically.
So far I have ran into predominately into these two ways on the internet:
https://stackoverflow.com/a/16143065/1521264 Which gives me 386 MB
and also https://stackoverflow.com/a/23508821/1521264 Which also gives 386 MB
I am assuming 386 MB is the memory available to user processes so I would like to get all the memory or a breakdown of the other processes.