Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 27, 2013 13:25
Show Gist options
  • Save 1951FDG/ffe89c7f46b74198d10e to your computer and use it in GitHub Desktop.
Save 1951FDG/ffe89c7f46b74198d10e to your computer and use it in GitHub Desktop.
Disable swap file
sysctl vm.swapusage
ls -la /var/vm
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
sudo rm -rf /var/vm/swapfile*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment