[GoogleADS]
SSD Tuning-Tipps für OSX
disables spotlight
- Go to the System Preferences and choose Spotlight - Click Privacy - Click the Plus sign at the bottom - Click on Macintosh HD on the left at the top - Click “Choose” or, just shut it off completely by moving these two files to an alternate location: /System/Library/LaunchAgents/com.apple.Spotlight.plist /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
hibernate & sleep
Disable sudden motion sensor by opening the terminal and typing: sudo pmset -a sms 0 Disable spotlight by opening terminal and typing: sudo mdutil -a -i off Changed hibernate mode to 2 by opening terminal and typing: sudo pmset -a hibernatemode 2 Active Profiles: Battery Power -1* AC Power -1 Currently in use: hibernatemode 2 halfdim 1 acwake 0 lidwake 1 sleep 10 disksleep 0 sms 0 hibernatefile /var/vm/sleepimage ttyskeepawake 1 displaysleep 2
Deaktiviere das verschlüsseln der Auslagerungsdatei. (Unter Sicherheit) Defragmentiere deine Systemplatte mit idefrag. (Alternativ CCC-Clone machen und rückspielen) Sorge für 10-15% freien Speicher auf der Systemplatte.
sudo pmset -a sms 0
no atime
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.my.noatime</string> <key>ProgramArguments</key> <array> <string>mount</string> <string>-vuwo</string> <string>noatime</string> <string>/</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist> 3. Save it as com.noatime.plist or any name you would like to call it. 4. Then copy the file to /Library/LaunchDaemons/ 5. Set proper ownership in order for LaunchDaemons to run properly. 6. Open up Applications>Utilities>Terminal.app 7. At prompt type sudo chown root:wheel /Library/LaunchDaemons/com.noatime.plist 8. Make sure you Delete the /etc/rc.local file if one. Skip step 9 and restart if you do not have one. 9. At prompt type sudo rm /etc/rc.local 10. Restart your system. To verify open up Terminal.app At prompt type mount You should see noatime in there. And here is mine. Last login: Mon Sep 21 12:06:55 on console APPLE:~ APPLE$ mount /dev/disk0s2 on / (hfs, local, journaled, noatime) devfs on /dev (devfs, local, nobrowse) map -hosts on /net (autofs, nosuid, automounted, nobrowse) map auto_home on /home (autofs, automounted, nobrowse)
platz sparen
/System/Library/Speech/Voices
-- DetlevLengsfeld 2011-01-16 09:46:42
ssd-festplatte-unter-osx (last edited 2011-01-16 13:08:57 by DetlevLengsfeld)