Since getting 10.92 I have started to notice in my processes a process, "mdworker" which is continuously using 99.9% processing power
Upon doing a search, I understand its happening since Maverick and one needs to apparently follow the instructions on the page I have listed below, in Terminal.
https://discussions.apple.com/message/23832053#23832053
What I want to know is exactly how I type this......where I see "sudo launchctl unload -w" I see spaces between the words........am I supposed to leave those spaces when I type this in or not?
As siily a question as this might seem, I just want to be doubly careful and make sure when I do type it in, I do it correctly.
Upon doing a search, I understand its happening since Maverick and one needs to apparently follow the instructions on the page I have listed below, in Terminal.
https://discussions.apple.com/message/23832053#23832053
arghya.calcutta
Re: mdworker keeps running at 100%
Nov 26, 2013 10:32 AM (in response to htibatong)
Try stopping Spotlight.
I was having the same problem. Both in Snow Leopard and Mavericks. I stopped using Spotlight and the mdworker CPU problem is gone.
Disable Spotlight
Use terminal to type the fllowing command. You need admin access.
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Reenable Spotlight
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
Ref: http://osxdaily.com/2011/12/10/disable-or-enable-spotlight-in-mac-os-x-lion/
What I want to know is exactly how I type this......where I see "sudo launchctl unload -w" I see spaces between the words........am I supposed to leave those spaces when I type this in or not?
As siily a question as this might seem, I just want to be doubly careful and make sure when I do type it in, I do it correctly.