I've modified my cron
slocate (updatedb) script
ionice -c3 nice -n 19 /usr/bin/updatedb -c /etc/updatedb.conf
Because of the heavy drive activity,
ionice works much better than nice in this situation.
Using 'nice' here doesn't do nearly as much for me as 'ionice' when using updatedb.