ubuntu free up your memory code example
Example 1: clean command linux
sudo apt-get autoclean
Example 2: how to clear memory in ubuntu 18.04
sync; echo 1 > /proc/sys/vm/drop_caches
sudo apt-get autoclean
sync; echo 1 > /proc/sys/vm/drop_caches