X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/95201e91c133b88c97fd23d56481aa47ca161ccf..f5b65ffb443e01733be30d109122b9188d3d04fa:/pics-preprocess diff --git a/pics-preprocess b/pics-preprocess index ec66abf..9d0b42f 100755 --- a/pics-preprocess +++ b/pics-preprocess @@ -9,6 +9,7 @@ MINFREESPACE=$((10 * 1024 * 1024)) # 10GiB in KiB SMALLHEIGHT=700 renice -n 19 $$ +ionice -c 3 -p $$ for f;do if (( "$(df -k . | awk 'NR == 2 { print $4 }')" < $MINFREESPACE ));then