Created
May 18, 2013 11:46
-
-
Save yangchenyun/5604152 to your computer and use it in GitHub Desktop.
Hibernate mode configuration on mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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