Ya, I'm glad it can help! Unfortunately for me, my sleep-crash woes continue. I've tried 12.5.1, 12.5 and 12.6, PRAM reset, dusted, reseated components. I can't figure out the issue as it's still crashing after about 15min to 30min after sleep. However, I do have an acceptable work around.
So I discovered that OS X handles sleep differently for MacBooks vs Desktops, and there are different ones too (in case you're not aware).
- Sleep Mode: Keep RAM and CPU powered on, but in low operation mode (currently for desktops)
- Hibernation (for Macbooks): Stores RAM in your SSD/HD and shuts down completely when lid is shut. This helps MacBooks have longer battery charge.
- Safe Sleep: Pretty much the combination of the two. Stores RAM into SSD/HD, but continues to work in powered low operation mode. So in the event of loss in power, it can still boot up as if it's wake from sleep.
Unlike Windows where you can choose either sleep or hibernate, OS X is automatically set and you can't choose the option to hibernate as easily as Windows.
I chose the straight hibernation mode as the performance to wake is fairly quick, but going to sleep does take a little more time as its transferring RAM to SSD. This was the command I used for straight power off hibernation:
Code:
sudo pmset -c hibernatemode 25
My experience so far is almost identical to the default sleep, and I save more energy this way too. Win-win.
Here's a link with more details.
I hate leaving the computer at full power all day and night, especially shutting down and waiting for apps to load on boot. After Effects takes a while to load and it's annoying.
So hopefully this will help those in the same boat as I am, and help your Mac Pro live a longer life without the crashes; as it will also preserve your OS status without the harmful crashes.