From: Grant Slater Date: Thu, 9 Apr 2015 18:29:21 +0000 (+0100) Subject: tilelog: xz with maximum compression X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/701ade464b7e35875a2e0e9c028a58f2b572df1d tilelog: xz with maximum compression --- diff --git a/cookbooks/tilelog/templates/default/tilelog.erb b/cookbooks/tilelog/templates/default/tilelog.erb index 21ae4d5e7..1d9c8b468 100644 --- a/cookbooks/tilelog/templates/default/tilelog.erb +++ b/cookbooks/tilelog/templates/default/tilelog.erb @@ -20,7 +20,7 @@ cd $TMPDIR mkdir db nice -n 19 $ANALYZE $LOGDIR/*-${DATE}.xz > analyze.log if [ -f tiles.txt ]; then - nice -n 19 xz -z tiles.txt + nice -n 19 xz -9e -z tiles.txt mv tiles.txt.xz $OUTDIR/tiles-${DATE}.txt.xz else