When I have to worry about memory RAM in case this values are low ? :
cat /proc/meminfo | grep MemFree | awk '{ print $2 }
or
free -m | grep buffers/cache | awk '{print $4}
What are your suggestion ?
When I have to worry about memory RAM in case this values are low ? :
cat /proc/meminfo | grep MemFree | awk '{ print $2 }
or
free -m | grep buffers/cache | awk '{print $4}
What are your suggestion ?