Enable swap on DigitalOcean instances
Just a quick summary of DigitalOcean article [https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-centos-7] on enabling swap: dd if=/dev/zero of=/swapfile bs=1024 count=4096k chmod 600 /swapfile mkswap /swapfile swapon