How to Disable Spotlight Indexing

Spotlight function takes up a lot of system memory.   To disable Spotlight Indexing, type the following command in Terminal:

sudo mdutil -a -i off

To enable, type

sudo mdutil -a -i on

Leave a comment