By Alvin Alexander. Last updated: June 4, 2016
I'm often asked how you can determine the amount of free memory (RAM) available on a Linux computer system. Here are two ways I know:
cat /proc/meminfo
or
free
I'm often asked how you can determine the amount of free memory (RAM) available on a Linux computer system. Here are two ways I know:
cat /proc/meminfo
or
free