Free Up Some RAM Raspberry Pi

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.