Skip to content

Instantly share code, notes, and snippets.

@mak3r
Last active February 12, 2020 14:48
Show Gist options
  • Save mak3r/6bb80e82742dd1a30bbd3bf45016e461 to your computer and use it in GitHub Desktop.
Save mak3r/6bb80e82742dd1a30bbd3bf45016e461 to your computer and use it in GitHub Desktop.
Disable the swap on a raspberry pi

Disable swap - works on raspbian buster

sudo systemctl disable dphys-swapfile.service

Disable swap - fedora 30

sudo systemctl disable zram-swap.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment