From: Eduardo Ramos Testillano Date: Tue, 27 Jun 2017 20:14:57 +0000 (+0200) Subject: Niceness set to 5 for ADML X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=5a83889abd106f92def9a9f76a8e6eb81fb943ae Niceness set to 5 for ADML --- diff --git a/example/diameter/launcher/deploy.sh b/example/diameter/launcher/deploy.sh index d96ddee..6edd05a 100755 --- a/example/diameter/launcher/deploy.sh +++ b/example/diameter/launcher/deploy.sh @@ -67,6 +67,7 @@ rm -f counters/* test-reports/* export LD_LIBRARY_PATH=\$PWD/dynlibs ./\$EXE --services services.xml --cntDir counters --tmDir test-reports $other & echo \$! > .pid +renice -n 5 -p \$(cat .pid) EOF chmod a+x run.sh