Skip to content

Instantly share code, notes, and snippets.

@xaoc-303
Created November 26, 2020 21:22
Show Gist options
  • Select an option

  • Save xaoc-303/72367750e582df3173451f7275a19b7c to your computer and use it in GitHub Desktop.

Select an option

Save xaoc-303/72367750e582df3173451f7275a19b7c to your computer and use it in GitHub Desktop.
mac os mds_stores fan speed increases
# отключить индексацию файлов
sudo mdutil -a -i off
# включить индексацию файлов
# sudo mdutil -a -i on
# получить статус работы индексирования
mdutil -a -s -v
# удалить индексы Spotlight
sudo rm -rf /.Spotlight-V100/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment