On Windows, you can hibernate your computer, so that it starts a lot faster while consuming zero energy while "hibernating".
I see an option to Sleep on my Mac mini but not hibernate. Does Mac support hibernation?
I am on Leopard.
|
On Windows, you can hibernate your computer, so that it starts a lot faster while consuming zero energy while "hibernating". I see an option to Sleep on my Mac mini but not hibernate. Does Mac support hibernation? I am on Leopard. |
||||
|
|
|
OS X only has only one "sleep" option. You cannot change its name, but to change its behaviour, I use an old version of SmartSleep on a Mac mini (though in the MacBook-like "sleep & hibernate" mode). It works for a mini, though the website only refers to MacBooks. (SmartSleep was still free when I wrote this in 2009.) Sometimes I get complaints about hardware not having been removed properly (but OS X never tells me what hardware, and my Time Machine USB disks seem fine — I should peek into the logs one day, and I assume this is related to OS X, not to SmartSleep). I've quickly tested SmartSleep's "hibernate only" on that mini (Intel; running 10.5), and it seems to work as well. Doing these tests, I noticed that after the display goes black the power light starts pulsing (like to indicate sleep rather than hibernate) for a few seconds. Maybe it's still writing RAM to disk then. (Until now, I always thought that on my MacBook the pulsing indicated that all was done. But now I think that, whichever sleep mode one is using, one should probably not unplug the power too soon). After a short while, it powers down completely. In 2006, Macworld explains how to achieve the same without that SmartSleep preference pane. To check the current setup: pmset -g | grep hibernatemode According to Macworld's old article the following applies, but be sure to read Lauri's answer that suggests that nowadays only 0, 3 and 25 should be used instead:
And the same numbers can be used to change the sleep mode setting: sudo pmset -a hibernatemode 1 |
||||
|
|
|
I wrote a script that will let you enter hibernation immediately (without changing your settings permanently). I find it quite useful, as I like the default settings, but want to forcibly enter hibernation when on the road. Maybe someone else will find it useful too ;-) I might make a "systray" version if someone requests it.
|
||||
|
|
|
yup. it's called safe sleep. easiest way to get it is to use the deep sleep widget. |
|||||||
|
|
Hibernation will also be triggered automatically if your laptop battery runs down completely. |
|||
|
|
|
And for OS X Lion this works better for Hibernation
than
as hibernationmode 1 can cause crashes for some reason. |
|||
|
|
|
For answers which rely on twiddling the 'hibernatemode' via pmset, it's useful to note that the 'force' option on pmset, makes the changes transient. The setting won't be remembered when the system wakes up from the hibernate. For example: pmset -a hibernatemode 25 force Will change the hibernate mode to represent a traditional hibernate (i.e. system state written to disk and power removed) but only until the next time the system is powered on or the settings are read from disk ('pmset touch'). Using the force option avoids the need to save and restore current hibernatemode settings. |
|||
|
|
|
The pmset man page also recommends using
Some laptops now enter hibernation (standby mode) after about an hour of normal sleep if:
Laptops, Mac minis and iMacs use about 0.2-0.4 W when off or hibernating and 0.8-1.4 W in sleep mode. Hibernation (and the hibernation + sleep mode that laptops use by default) might also reduce the lifespan of drives. |
|||
|
|
|
I have read that "Safe Sleep" is on by default on all Intel Macs and some late model PowerPC machines (I think the Intel mini's have this support, but the PPC ones probably do not—without unsupported hacks). But "Safe Sleep" by itself is not exactly the same as "hibernation". It is a combination of saving RAM to disk but also doing a normal sleep. This allows for a fast wake, and also preserves the system state if the power happens to fail completely while the machine is sleeping. You can tell if a system is using Safe Sleep by (after at least one sleep) checking for a file /var/vm/sleepimage that is the same size as the installed RAM. Also when Safe Sleep is active there will be a longer delay between clicking the Sleep menu item (or button, or holding Command-Option-Eject) before the machine's status light starts its normal fade-up/fade-down loop. The final bit of the solution is to get the machine to fully power off after saving RAM the sleepimage. It seems like it is possible to configure this using the command-line program pmset to set the hibernatemode. You might checkout something like Deep Sleep for an automated way of making this configuration change. |
|||
|