only run with single argument due to memory leak
This commit is contained in:
parent
1e57312b7b
commit
1f830df11c
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue