From 1f830df11c86bb5bb51b8783368716cc6b9864e6 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 15 May 2012 15:39:47 +0200 Subject: [PATCH] only run with single argument due to memory leak --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index aa64a2c..121ec1c 100755 --- a/run.sh +++ b/run.sh @@ -7,7 +7,7 @@ fi 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