Skip to content

Instantly share code, notes, and snippets.

@Nenzyz
Created December 5, 2024 12:37
Show Gist options
  • Select an option

  • Save Nenzyz/cda4c40d7d36bde912e5476cc8911118 to your computer and use it in GitHub Desktop.

Select an option

Save Nenzyz/cda4c40d7d36bde912e5476cc8911118 to your computer and use it in GitHub Desktop.
fallocate -l 8G /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment