only run with single argument due to memory leak

This commit is contained in:
josch 2012-05-15 15:39:47 +02:00
parent 1e57312b7b
commit 1f830df11c

2
run.sh
View file

@ -7,7 +7,7 @@ fi
rm -f score_max rm -f score_max
python bruteforce2.py $1 | sort -r | xargs --max-procs=4 --max-args=4 python bruteforce3.py $1 $2 $3 python bruteforce2.py $1 | sort -r | xargs --max-procs=4 --max-args=1 python bruteforce3.py $1 $2 $3
echo palletViewer -o $1 -p $2 -s $3 echo palletViewer -o $1 -p $2 -s $3