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/
This entry was posted on Tuesday, October 20th, 2009 at 10:37 pm and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.