Youtube video here

Increase swap file size

 

1 temporary disable swap

sudo dphys-swapfile swapoff

2 edit the configuration file

sudo nano /etc/dphys-swapfile

change the line:

CONF_SWAPSIZE = 100 to

CONF_SWAPSIZE = 2048

3 set the new swapfile up with

sudo dphys-swapfile setup

4 re-enable swap with:

sudo dphys-swapfile swapon