Skip to content

Instantly share code, notes, and snippets.

@edgarjs
Created March 23, 2016 03:49

Revisions

  1. edgarjs created this gist Mar 23, 2016.
    7 changes: 7 additions & 0 deletions makeswap.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    sudo fallocate -l 4G /swapfile
    sudo chmod 600 /swapfile
    sudo mkswap /swapfile
    sudo swapon /swapfile
    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