MacOS
Spotlight
mds
or mds_stores
using tons of CPU
To stop it, run sudo mdutil -a -i off
. To restart it again, use sudo mdutil -a -i on
.
Reindex
If you have problems where spotlight isn't finding applications or files for some reason, you can initiate the indexing manually via sudo mdutil -E /
.
High CPU Usage
- Restart the computer.
- Kill spotlight process in activity monitor:
corespotlightd
. It should restart with lower CPU usage. - If that didn't work, kill spotlight processes in the terminal:
killall corespotlightd
. - Restart again.
References
Last modified: 202412312142