This shows you the differences between two versions of the page.
— | project:spotlight [2009/12/13 06:23] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Disable Spotlight on Mac OS X 10.6 (Snow Leopard) ===== | ||
+ | |||
+ | Mac OS X spotlight is a cool service but it may extremely slow down your system performance if you have an older system or are dealing with lots of files. It keeps the harddisk extremely busy leaving no time for normal system operation. | ||
+ | |||
+ | To permanentely turn Spotlight indexing off the following commands need to be executed in a terminal session: | ||
+ | |||
+ | sudo mdutil -a -i off | ||
+ | sudo chmod 600 / | ||
+ | |||
+ | The menu bar will be restarted with | ||
+ | |||
+ | killall SystemUIServer | ||
+ | |||
+ | It might be necessary to reapply this procedure after a system patch has been installed. | ||
+ | |||