Skip to content

Instantly share code, notes, and snippets.

@jdfitzgerald
Created April 11, 2018 12:52
Show Gist options
  • Save jdfitzgerald/063971c93f6fd013ba6da59e976230be to your computer and use it in GitHub Desktop.
Save jdfitzgerald/063971c93f6fd013ba6da59e976230be to your computer and use it in GitHub Desktop.
# Spotlight indexing sometimes runs away with CPU. Processes are md*, e.g. mdworker, mds_stores
# turn off indexing
sudo mdutil -a -i off
# and back on
sudo mdutil -a -i on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment