OS X v. 10.8.2
pmset -g
I removed sleepimage, but after some time /private/var/vm/sleepimage appears again. Bug?Code:standbydelay 86400 hibernatemode 0 ....
Sorry, move this topic in https://forums.macrumors.com/forums/155/.
sudo pmset -a hibernatemode 0
sudo rm /private/var/vm/sleepimage
sudo touch /private/var/vm/sleepimage
sudo chflags uchg /private/var/vm/sleepimage
Yes.Did you disable it with sudo pmset -a hibernatemode 0 ?
10.8.2 changed the way this worked, and removing the sleep image is not enough (for some stupid reason). After removing the sleep image, create a new file there, and make it unmodifiable:
Code:sudo pmset -a hibernatemode 0 sudo rm /private/var/vm/sleepimage sudo touch /private/var/vm/sleepimage sudo chflags uchg /private/var/vm/sleepimage
Which model computer are you using? I get a sleepimage file on a new Mini but don't see it on Mac Pros.Yes.
Yes, this solved the problem. I'm doing this to optimize SSD.
Macbook Pro 13" Retina, 128 GB.Which model computer are you using? I get a sleepimage file on a new Mini but don't see it on Mac Pros.
Ah ok, I expect to see it on laptops but not on a Mini.Macbook Pro 13" Retina, 128 GB.
10.8.2 changed the way this worked, and removing the sleep image is not enough (for some stupid reason). After removing the sleep image, create a new file there, and make it unmodifiable:
Code:sudo pmset -a hibernatemode 0 sudo rm /private/var/vm/sleepimage sudo touch /private/var/vm/sleepimage sudo chflags uchg /private/var/vm/sleepimage
The steps in post #3 worked for me with my late 2012 Mini.Hi
For me (Mac Mini Late 2012) none of the above solutions work.
Code:sudo pmset -a hibernatemode 0 sudo rm /private/var/vm/sleepimage sudo touch /private/var/vm/sleepimage sudo chflags uchg /private/var/vm/sleepimage
holy crap I made a thread about this two days ago and got flamed to **** over it. Good to see it is an actual issue and my question was valid, thanks for the responses everyone.
----------
Thank you very very much!
Yeah, in 10.8.2 Apple changed how sleep image is dealt with. And I can't imagine writing 16GB to the SSD every time my laptop sleeps would do any good for the SSDs longevity.