Optimization for Mac OS X with SSD

To reduce disk writing, I have made some changes after Google the solution.
  • Sleeping mode
    1. Check default value
      $ sudo pmset -g | grep hibernatemode hibernatemode 3
    2. Change value
      $ sudo pmset -a hibernatemode 0
    3. Remove sleep image
      $ sudo rm /var/vm/sleepimage
  • Sudden Motion Sensor
    $ sudo pmset -a sms 0
  • Spotlight
    $ sudo mdutil -a -i off
  • Hard drive sleep
    1. Go to "System Preferences" -> "Energy Saver"
    2. uncheck "Let disk fail sleep when possible"
Hope that could helpful.

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP