]> mj.ucw.cz Git - libucw.git/commitdiff
Use large thread stack.
authorMartin Mares <mj@ucw.cz>
Tue, 11 Sep 2007 16:59:42 +0000 (18:59 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 11 Sep 2007 16:59:42 +0000 (18:59 +0200)
debug/sorter/radix-tune-bits.sh

index d0f02cc56b98e20a3f47f91de0ae4c94db00a644..b835a8e71c882d6af602bb97e05611e79a163171 100644 (file)
@@ -43,7 +43,7 @@ for W in $WIDTHS ; do
        fi
        for THR in $THRS ; do
                log "Testing with RadixThreshold=$THR"
-               $BUILD/obj/lib/sorter/sort-test -SSorter.RadixThreshold=$THR -s$SIZE -t$TESTS $OPT -v 2>&1 | tee -a tmp/radix-$W
+               $BUILD/obj/lib/sorter/sort-test -SThreads.DefaultStackSize=2M -SSorter.RadixThreshold=$THR -s$SIZE -t$TESTS $OPT -v 2>&1 | tee -a tmp/radix-$W
        done
 done