How to Turn Off Safe Sleep

First find your current sleep setting by opening Terminal in OS X and entering this at the prompt:

pmset -g | grep hibernatemode

That should return you something like “hibernatemode 3”. Remember this number, send an email to yourself, write it down on a scratch pad, whatever it takes to remember your default mode. Mode 3 keeps your RAM powered during sleep to allow super fast wake-up, but also writes an image file of all memory onto disk in case power is lost.

To change the hibernate safe sleep setting to not create an image file on the disk, i.e. mode 0 (mode zero, not the letter ‘o’), enter the following in a Terminal window:

sudo pmset -a hibernatemode 0

Enter your password when asked to do so. This prevents Safe Sleep from saving your memory contents to disk, in large part the cause of not being able to wake MacBook’s from sleep.

If you’d like to get back about a gigabyte or more of disk space, delete the memory image file with the following Terminal command:

sudo rm /var/vm/sleepimage

Macworld has a great article with more information about safe sleep and hibernation on MacBooks.


Posted

in

,

by

Comments

4 responses to “How to Turn Off Safe Sleep”

  1. […] How to Turn Off Safe Sleep | Mac OS X Leopard & Tiger Dual Boot – Good walk through regarding sleep modes in Leopard […]

  2. Ryan Avatar
    Ryan

    Thanks, cleared up over 2.2 gb for me!

  3. casey Avatar

    I haven’t used Terminal in OS X but I frequently use hibernating when I tried to give my computer a rest. It is a good thing that my laptop has hibernating option because I usually use this instead of shutting my computer down. Maybe it could be useful for me if I get an apple computer someday.

Leave a Reply

Your email address will not be published. Required fields are marked *