# HG changeset patch # User Henry S. Thompson # Date 1587754885 -3600 # Node ID e71aeb3355ff2969c5d11ec25ccbb39a205d0cc8 # Parent 0520ee00e35b61472971f1fe4aa00be31982c1bb fix from Sebastian diff -r 0520ee00e35b -r e71aeb3355ff bin/bigpdf.sh --- a/bin/bigpdf.sh Fri Apr 24 19:57:16 2020 +0100 +++ b/bin/bigpdf.sh Fri Apr 24 20:01:25 2020 +0100 @@ -34,7 +34,7 @@ fi export NUTCH_HEAPSIZE=20000 export NUTCH_LOG_DIR=/dev/shm/pcrawl/$s - ${HOME}/src/nutch-cc/runtime/local/bin/nutch freegen -Dmapreduce.job.reduces=1 bu.txt segments + ${HOME}/src/nutch-cc/runtime/local/bin/nutch freegen -Dmapreduce.job.maps=1 bu.txt segments ${HOME}/src/nutch-cc/runtime/local/bin/nutch fetch\ -Dmapreduce.job.reduces=34 \ segments/* -threads 144 >/dev/null 2>&1 && \