--- updatedb.conf 2008-09-06 14:17:37.000000000 +0200 +++ updatedb.conf-new 2008-09-06 14:18:23.000000000 +0200 @@ -12,3 +12,12 @@ # Skip bind mounts. PRUNE_BIND_MOUNTS="no" + +# nice value to run at: see -n in nice(1) +NICE="10" + +# ionice class to run at: see -c in ionice(1) +IONICE_CLASS="2" + +# ionice priority to run at: see -n in ionice(1) +IONICE_PRIORITY="7"