Skip to content

Instantly share code, notes, and snippets.

@zzzhc
Created April 29, 2013 08:59
Show Gist options
  • Save zzzhc/5480503 to your computer and use it in GitHub Desktop.
Save zzzhc/5480503 to your computer and use it in GitHub Desktop.
save macbook air disk space by disable swap and sleepimage

disable swap

$ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
$ sudo rm /private/var/vm/swapfile*

disable sleepimage

$ sudo pmset -a hibernatemode 0
$ sudo pmset -a hibernatefile /dev/null
$ sudo rm /var/vm/sleepimage 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment