Created
December 6, 2024 16:07
-
-
Save m0zgen/ef5864185513d0fcf2012a609783e16f to your computer and use it in GitHub Desktop.
fix mds_stores high CPU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If the Spotlight is indexing data on your Mac, the mds and mds_stores will cost a relatively high CPU at that duration | |
1. Turning off indexing on all drives: `sudo mdutil -a -i off` | |
2. Stop `mds` service: `sudo launchctl stop /System/Library/LaunchDaemons/com.apple.metadata.mds.plist` | |
## Additional steps: | |
- Use [Raycast](https://www.raycast.com/) | |
- Disable Spotlight hotkey: System Preferences > Keyboard > Keyboard Shortcuts… > Spotlight > Uncheck “Show Spotlight search” | |
## Additional links | |
- https://iboysoft.com/wiki/mds-stores-mac.html | |
- https://setapp.com/how-to/turn-off-spotlight | |
- https://apple.stackexchange.com/questions/388882/how-to-disable-spotlight-and-mds-stores-on-mac-os-catalina |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment