Is there a hibernate mode in MAC OS
I have noticed a good bit of current drain even when my MAC is asleep. Is there a hibernate mode in MAC OS 10.8.2 similar to what PC's have (ie Windows XP)?
MacBook Pro, OS X Mountain Lion (10.8.2)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
I have noticed a good bit of current drain even when my MAC is asleep. Is there a hibernate mode in MAC OS 10.8.2 similar to what PC's have (ie Windows XP)?
MacBook Pro, OS X Mountain Lion (10.8.2)
Yes. After a certain amount of time a Mac will typically go into hibernate mode.
Note how effective this is depends on the hardware: The MacBook Air and Retina MacBook Pros are supposed to have 30 days on standby, whereas the older machines that have CD/DVD drives get less time.
I have an older MAC PowerBook, but have upgraded to a SSD. I found that I am running Hibernatemode 3. This preserves the RAM state to disk, but does not power down the RAM. I switched to Hibernatemode 25 which is used on the MAC BookAir. My MAC accepted this change so I will see if that improves my battery life. FYI, I found all this by asking questions on the Apple Forum.
Hi, Albatross06
I am a new MacBook Pro user too. I just got mine with OS X 10.8. How do you switch to Hibernatemode 25 ? I looked into the settings, but I do not see anything that pertains to hibernate mode.
Thanks in advance for taking your time to respond to my newbie question.
I think the default hibernate mode is "3". This is the safe sleep mode where the computer goes into normal sleep, but if the battery drains to a given level, it writes the contents of the RAM to disk and then hibernates.
Hibernate Mode 25 is supposed to act similarly, except that it hibernates after a given period of time, about 70 min. I find this does not work on a MacBook Pro. Seems to just hibernate immediatly rather than sleeping. Good for battery life, but a pain when youo want to wake the computer.
You can get the "state" of the hibernate features by typing
pmset -g
into terminal.
You can set the hibernate mode with:
sudo pmset -a hibernate mode 25
(or 3 for hibernate mode 3)
In the end, I downloaded "DeepSleep" from the app store. When you launch it it puts the computer in Hibernate mode. The computer sleeps normally for mode 3 otherwise.
One note of caution, DeepSleep occasionally hangs up on wake. This leaves the Hibernate mode set to 25 and you'll need to use the sudo command above to put it back in Hibernate mode 3.
Hope this helps.
I quote the description of different hibernatemode form terminal:
hibernatemode = 3 by default on supported portables. The system will store a copy of memory to persistent storage (the disk), and will power memory during sleep. The system will wake from memory, unless a power loss forces it to restore from disk image.
hibernatemode = 25 The system will store a copy of memory to persistent storage (the disk), and will remove power to memory. The system will restore from disk image. If you want "hibernation" - slower sleeps, slower wakes, and better battery life, you should usethis set ting.
Both mode write on disk the ram, but the mode 3 keep the ram powered and mode 25 not. There is not timeout time for hibernation.
Am I right?
Is there a hibernate mode in MAC OS