]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- nice -n 20 when running
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 May 2004 23:32:48 +0000 (23:32 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:15 +0000 (22:58 +0000)
Changed files:
    run-ff.sh -> 1.4
    run-rh.sh -> 1.4

run-ff.sh
run-rh.sh

index 6d36339c0a935079970c4516d4142de7a240a9a3..590e771be739a2ad22fe9c0b722232e3a9447c45 100644 (file)
--- a/run-ff.sh
+++ b/run-ff.sh
@@ -11,6 +11,6 @@ for i in $(seq 1 $START_AT_ONCE) ; do
   if [ $(ps -U $(id -u) | grep '[f]ile-fetcher.pl' | wc -l) -ge $MAX_SESSIONS ] ; then
     exit 0
   fi
-  perl ./file-fetcher.pl
+  nice -n 20 perl ./file-fetcher.pl
   sleep 1
 done
index c58d6fd4d806690922c8c4d3204c9a28ccb3aebd..5affcc865c25290da7f530ece37563a3ea601b08 100644 (file)
--- a/run-rh.sh
+++ b/run-rh.sh
@@ -2,4 +2,4 @@
 
 export CVSROOT=:pserver:builder@cvs.pld-linux.org:/cvsroot
 cd ~/distfiles || exit 1
-perl ./request-handler.pl
+nice -n 20 perl ./request-handler.pl
This page took 0.076473 seconds and 4 git commands to generate.