Tuesday, December 17, 2019

How to check memory size

To check the memory size of your Raspberry Pi, you can use the command:

$ free -m

or

$ cat /proc/meminfo

Both will show you the total memory.


No comments: