Skip to content

Instantly share code, notes, and snippets.

@bencarter78
Created August 3, 2016 08:38
Show Gist options
  • Select an option

  • Save bencarter78/8669191c2c27fd93522cb08d97be6a56 to your computer and use it in GitHub Desktop.

Select an option

Save bencarter78/8669191c2c27fd93522cb08d97be6a56 to your computer and use it in GitHub Desktop.
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon -s
sudo echo '/swapfile none swap sw 0 0' >> /etc/fstab
sudo echo 'vm.swappiness=10' >> /etc/sysctl.conf
sudo echo 'vm.vfs_cache_pressure = 50' >> /etc/sysctl.conf
free -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment