[MAC OS X] mds_stores 100% CPU usage

来源:互联网 发布:java 用户权限管理系统 编辑:程序博客网 时间:2024/06/05 18:52

Today the CPU usage and sound of the system fan drove me crazy. The evil was the mds_stores process.
mds_stores is a part of Spotlight and it’s indexing engine.
After a small amount of time i decided to turn that shit off. I do not use the Search of OS X so i do not need that thing.

to turn the indexing off write that to your Terminal:

sudo mdutil -a -i off

maybe you want the indexing back:

手机游戏源码VIP金牌  一次购买全店免费!

sudo mdutil -a -i on

Here is the Man Page of mdutil:
https://developer.ap … s/man1/mdutil.1.html

0 0
原创粉丝点击