Skip to content

Instantly share code, notes, and snippets.

@sleeyax
Forked from davidcorbin/commands.sh
Last active May 28, 2021 09:17
Show Gist options
  • Save sleeyax/2fbc984b3a7393bf0919f9a9e94b635a to your computer and use it in GitHub Desktop.
Save sleeyax/2fbc984b3a7393bf0919f9a9e94b635a to your computer and use it in GitHub Desktop.
Ubuntu Kubernetes disable swap permanently
sudo vim /etc/fstab
# Comment out lines that have the word swap on them
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment