Skip to content

Instantly share code, notes, and snippets.

@zgulde
Created January 28, 2017 20:49
Show Gist options
  • Select an option

  • Save zgulde/e2687d65efd9932173c55259d6ba4eae to your computer and use it in GitHub Desktop.

Select an option

Save zgulde/e2687d65efd9932173c55259d6ba4eae to your computer and use it in GitHub Desktop.
fallocate -l 1G /swap
mkswap /swap
echo "/swap none swap sw 0 0" >> /etc/fstab
swapon -ae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment