Skip to content

Instantly share code, notes, and snippets.

@yangchenyun
Created May 18, 2013 11:46
Show Gist options
  • Save yangchenyun/5604152 to your computer and use it in GitHub Desktop.
Save yangchenyun/5604152 to your computer and use it in GitHub Desktop.
Hibernate mode configuration on mac OS X
# 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