Check memory usage (sorted)
ps -o pid,user,%mem,command ax | sort -b -k3 -r
Clear RAM Memory Cache / Buffer / Swap space
PageCache (echo 1), dentries & inodes (echo 2), the three ones (echo 3)
free -m && sync && echo 3 > /proc/sys/vm/drop_caches && free -m