Browse > Home / Archive by category 'Apple / Macbook'

| Subcribe via RSS

Macbook Sleep/Hibernation Tip

December 16th, 2008 | No Comments | Posted in Macbook

Very useful tip on how to speed up the already super-fast sleep/hibernation of the Macbook.

“sudo pmset -a hibernatemode 0? = suspend to RAM only (default on desktops)
“sudo pmset -a hibernatemode 1? = suspend to disk only
“sudo pmset -a hibernatemode 3? = suspend to disk + RAM (default on laptops)

To see your current hibernatemode: “pmset -g | grep hibernatemode”.