It's worth considering disabling saving RAM state if you use SSD drive as it reduces it's "number of rewrite cycles". "pmset | grep hibernatemode" will show you active mode and the following allows you to change it the way which fits you more:
“sudo pmset -a hibernatemode 0″ = suspend to RAM only (default on desktops)
“sudo pmset -a hibernatemode 1″ = suspend to disk only
“sudo pmset -a hibernatemode 3″ = suspend to disk + RAM (default on laptops)
Achievements
8
Karma
0
Total ProTip Views
Charity
Fork and commit to someone's open source project in need
It's worth considering disabling saving RAM state if you use SSD drive as it reduces it's "number of rewrite cycles". "pmset | grep hibernatemode" will show you active mode and the following allows you to change it the way which fits you more:
“sudo pmset -a hibernatemode 0″ = suspend to RAM only (default on desktops)
“sudo pmset -a hibernatemode 1″ = suspend to disk only
“sudo pmset -a hibernatemode 3″ = suspend to disk + RAM (default on laptops)