Skip to content

Instantly share code, notes, and snippets.

@aftdotleo
Forked from yangchenyun/config.sh
Created March 12, 2014 03:47
Show Gist options
  • Select an option

  • Save aftdotleo/9500492 to your computer and use it in GitHub Desktop.

Select an option

Save aftdotleo/9500492 to your computer and use it in GitHub Desktop.
# mode 0: old style sleep / 3: new (save to disk style)
# show the hibernatemode
pmset -g | grep hibernatemode
# change the hibernate mode
sudo pmset -a hibernatemode 0
# check the sleepimage size
ls -lh /private/var/vm/sleepimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment