short example, let’s say your memory is low.
You can find out by typing
free -h
you can clear some of this up with the following
sync echo 3 > /proc/sys/vm/drop_caches
That’s it, super simple
short example, let’s say your memory is low.
You can find out by typing
free -h
you can clear some of this up with the following
sync echo 3 > /proc/sys/vm/drop_caches
That’s it, super simple