Skip to content

Instantly share code, notes, and snippets.

@yuriploc
Last active July 12, 2019 13:13
Show Gist options
  • Save yuriploc/3891c1f8829515a65401a5ec754737e9 to your computer and use it in GitHub Desktop.
Save yuriploc/3891c1f8829515a65401a5ec754737e9 to your computer and use it in GitHub Desktop.
add 2GB of swap memory
dd if=/dev/zero of=/var/swap bs=1k count=2048k
mkswap /var/swap
swapon /var/swap
echo '/var/swap swap swap default 0 0' >> /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment