Skip to content

Raspberry Pi Helpful Tips

g3tsyst3m edited this page Jun 15, 2023 · 2 revisions

Tired of your Pi not freeing up memory after a process is closed? Try this:

  1. su root -> type in your root password
  2. echo 3 > /proc/sys/vm/drop_caches

Then type in 'htop' and if you haven't already installed it, well, install it. Next, check out the amazing improvement in memory allocation!

Clone this wiki locally