Brand new iMac 5k, 27", 3.2 GHz i5, 2TB Fusion.
Is it normal for it to take this long to wake from sleep?
Is it normal for it to take this long to wake from sleep?
Brand new iMac 5k, 27", 3.2 GHz i5, 2TB Fusion.
Is it normal for it to take this long to wake from sleep?
Brand new iMac 5k, 27", 3.2 GHz i5, 2TB Fusion.
Is it normal for it to take this long to wake from sleep?
Ever since Jobs is no longer at the helm I just feel that all the really little things that matter are not being addressed well any more.
My retina MacBook Pro takes about 2-3 seconds too with nothing running. I do agree that for the last 2% of refinements that makes Apple difference seems to be lacking in post-Jobs era.
sudo pmset -a standbydelay 43200
late 2015 iMac 21.5" 4K 1TB fusion 16GB RAM
I also felt like my machine was taking way too long to wake up from sleep. The best I could get was five seconds from me pressing the power button to get to the log in screen, and that was after quitting all open apps before the computer went to sleep. When I had many apps open, it would take longer - 7 or 8 seconds sometimes.
Apparently, from what I gather after googling, some new desktops default to deep sleep (or hibernation) and dump the memory to disk ~3 hours after entering sleep. And then they wake from the sleepimage and this is what is causing the slow wake ups.
I adjusted the standbydelay to resolve this for me:
Code:sudo pmset -a standbydelay 43200
The number is in seconds, so 12 hours.
I usually don’t let the machine sleep for more than 8 hours so since making this change, wake ups have been instantaneous and the log in screen is immediately available to accept input.
I deleted my old sleepimage file (4GB!) at /private/var/vm after making the standbydelay change and when I woke the computer the first time after making the adjustment, I checked that location and there was no sleepimage file there.
According the manual page for pmset, for desktops, if hibernatemode, standby and autopoweroff are all disabled, ie set to 0, then that will disable sleepimages completely.
EDITED to correct file path to sleepimage.
Great find. Are there any benefits to deep sleep?