X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeploy.sh;h=fdd17e7f3342fcdfee14167cb33f6df185f20308;hb=5406b19bdbfe101b264f8c4d878392e2916b8f9d;hp=d96ddeeb0054b73c53e5e065d432dc368e3d7799;hpb=f6a2bc0692ff9b4eb3cf35b3458acc3b527a5f66;p=anna.git diff --git a/example/diameter/launcher/deploy.sh b/example/diameter/launcher/deploy.sh index d96ddee..fdd17e7 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 @@ -223,7 +224,7 @@ cd - >/dev/null if [ "$option" = "s" ] then cd $DPATH - ln -s services_example services + #ln -s services_example services mv run.sh .run-one.sh mv run_all.sh run.sh mv operation.sh .operation-one.sh