If you want to use a SSD or USB Drive then checkout my easy as Pi tutorials here: https://the-bionic-cyclist.co.uk/catego ... tutorials/
As usual this is a quick and easy setup:
install ZRAM
Code: Select all
sudo wget -O /usr/bin/zram.sh https://raw.githubusercontent.com/ric96/zram_rpi3/master/zram.sh
Code: Select all
sudo chmod +x /usr/bin/zram.sh
Code: Select all
sudo nano /etc/rc.local
Code: Select all
exit 0 /usr/bin/zram.sh &