syslogd hogging CPU
I’ve had trouble with this a few times lately. A process called syslogd starts using massive system resources, slows everything down, and makes my fans go crazy. It seems to be a common problem.
Apparently the system log file was becoming huge. Deleting it seems to help:
sudo rm /var/log/asl.db
Other “fixes” are on or linked to on this thread.