schof wrote:
I highly recommend giving us this same information every time you make changes to the distributions so we can "follow along" on our already existing distros. Thanks for the info!
Good suggestion -- I completely agree!
I forgot to mention one other change, but this will be covered in the general performance docs I'd like to write -- Move your /etc/cron.daily/slocate to /etc/cron.weekly. This cron job simply runs the "updatedb" command, which indexes all the files in your filesystem for the "locate somefile" command.
If you never use the "locate" command you can move it to "cron.monthly", or disable it all together and just run "updatedb" before using locate. The majority of high disk I/O load that occurs during the late morning hours is generate by Linodes running updatedb
-Chris