Sleep vs Hibernation

To easily switch between sleep and hibernation enter the following commands:

Hibernate On
sudo pmset -a hibernatemode 1

Normal Sleep
sudo pmset -a hibernatemode 0

**
Combo Mode
sudo pmset -a hibernatemode 3
**

View (Get) settings
sudo pmset -g

Hibernate

Saves RAM to HDD and turns off entire computer. When it boots back up, it loads the RAM image from disk and you start from where you were.

Sleep

Puts key components off, but keeps RAM in RAM and power to many components.

Combo Mode

Save to disk but use RAM if possible. If you lose power you are not dead in the water, but if you are powered up it is still fast. This is the default shipped setting. This one seems to be the best to use during most average usage.

 
technology/mac/hibernate_sleep_mode.txt · Last modified: 06.01.2011 10:25 by 72.81.253.234
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki