Fix abnormally slow in Mac OS X Finder

0
2192
Fix abnormally slow in Mac OS X Finder
Fix abnormally slow in Mac OS X Finder

There is one problem when using Finder is that, it behaves pretty slow when opening, listing and traversing directories.

The problem happens because for some reason the cloudd service’s database is corrupted. To fix this, just stop the cloudd service,


$ rm ~/Library/Caches/CloudKit/CloudKitMetadata*;killall cloudd

That’s it, now it should behave as normal.