What is com.apple.IconServicesAgent?
Hi, after installing Mavericks there's a new process 'com.apple.IconServicesAgent' in Activity Monitor using 165Mb of RAM.
Anyone has any idea what it is?
Thanks in advance
MacBook Pro, OS X Mavericks (10.9)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Hi, after installing Mavericks there's a new process 'com.apple.IconServicesAgent' in Activity Monitor using 165Mb of RAM.
Anyone has any idea what it is?
Thanks in advance
MacBook Pro, OS X Mavericks (10.9)
Open Macintosh HD then click Users and Your Home Folder then after *hold down Command and press together the two keys Shift and . (period key). You should see secret folders that Apple hides for a cleaner look. If you don't then try rapidly pressing the Shift key and period key while holding down Command. You should now see a folder containers. Click the folder containers. This is where the com. folders should be. That is what I know.
*For some Mac Users this doesn't work. If you're one of them open Terminal and type defaults write com.apple.finder AppleShowAllFiles YES close Terminal and relaunch Finder now the secret folders should be visible. To hide them again type defaults write com.apple.finder AppleShowAllFiles NO. Ten relaunch finder again and the secret folders should be hidden again.
The Applescript would be:
do shell script "killall -9 com.apple.IconServicesAgent"
and the bash command would be:
sh -c 'killall -9 com.apple.IconServicesAgent'
I kill this **** process every hour with a LaunchControl task.
AZPublishing wrote:
@Magnat What a Great idea for the Apple script.....any chance you can post the applescript code you wrote to do this? I'd love to try it myself.
Thanks kriss13!
I went into System Preferences, the Users & Groups, then the Login Items tab.
I clicked the checkbox next Dropbox and then the minus sign below.
Restarted and lo and behold iconservicesaagent is only using about 9 Mb or memory…before it was 151 Mb.
I don't know if this will make any noticeable difference in how my Mac runs, but I'm glad to not have it tied to my tail!
kriss13 wrote:
"I can confirm tha Dropbox inflated the com.apple.IconServicesAgent to almost 200mb.
Disabled the DB autostart and closed it, restarted and now com.apple.IconServicesAgent is max 15mb.
No CPU spikes either.. all good now."
What is com.apple.IconServicesAgent?