Skip to content

Instantly share code, notes, and snippets.

@gavincyi
Created July 29, 2017 03:24
Show Gist options
  • Select an option

  • Save gavincyi/cefed17eef2cb793dbb9aac60dfd5080 to your computer and use it in GitHub Desktop.

Select an option

Save gavincyi/cefed17eef2cb793dbb9aac60dfd5080 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /var
touch swap.img
chmod 600 swap.img
dd if=/dev/zero of=/var/swap.img bs=1024k count=4000
mkswap /var/swap.img
swapon /var/swap.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment