]> git.decadent.org.uk Git - dak.git/commitdiff
cron.daily: increase ulimit for distmnt scripts
authorAnthony Towns <aj@azure.humbug.org.au>
Wed, 5 Dec 2007 07:15:13 +0000 (07:15 +0000)
committerAnthony Towns <aj@azure.humbug.org.au>
Wed, 5 Dec 2007 07:15:13 +0000 (07:15 +0000)
config/debian/cron.daily

index 5427002334cdc1fbd7426d9a4295f83cf0503c2a..6d115cbeffa92e04e69ad298d149f7b5fc9c4b0d 100755 (executable)
@@ -179,7 +179,7 @@ dak cruft-report | tee $webdir/cruft-report-daily.txt | mail -e -s "Debian archi
 
 TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X)
 
-ulimit -m 90000 -d 90000 -s 10000 -v 90000
+ulimit -m 90000 -d 90000 -s 10000 -v 200000
 
 run-parts --report $base/scripts/distmnt