Archive for October, 2009
Speeding up rarely used Leopard laptop
I have an old G4 laptop that comes out sometimes when my girlfriend fiance is using the shiny new MacBook Air. Unfortunately, every time I use it, the hard drive thrashes and the CPU goes to 90%. This is not good when you’re simply trying to read nytimes.com.
What you’ll probably notice if you look at the activity monitor or the output of ps from the terminal is the locate command running. This is trying to update the locate database – which makes running ‘locate’ from the command line faster and I’m presuming is the backend for Spotlight?
Just pop into the terminal and from /etc/periodic run:
sudo mv /etc/periodic/weekly/310.locate /etc/periodic/monthly/
You are currently browsing the Varud blog archives for October, 2009.