View Single Post
Posts: 102 | Thanked: 187 times | Joined on Jan 2010
#198
Originally Posted by ferlanero View Post
Another error. I post it in case f help. The error of the previous post was solved reducing the size of the corpora file. Now this is the new error:

Code:
[...]
[1760] 30000/30000 words, 16164573 n-grams, read 308 MB
[1765] 30000/30000 words, 16198654 n-grams, read 309 MB
mv -f grams-es-learn.csv.bz2.tmp grams-es-learn.csv.bz2
Computing clusters for language es. Please make some coffee ...
 (logs can be found in clusters-es.log)
set -o pipefail ; lbzip2 -d < grams-es-learn.csv.bz2 | sort -rn | sed -n "1,13500000 p" \
 | /home/ferlanero/okb-engine-master/db/../tools/cluster -n 10 -o clusters-es.tmp > clusters-es.log 2>&1
/bin/sh: línea 1:  1870 Hecho                   lbzip2 -d < grams-es-learn.csv.bz2
      1871 Tubería rota           | sort -rn
      1872 Tubería rota           | sed -n "1,13500000 p"
      1873 Terminado (killed)      | /home/ferlanero/okb-engine-master/db/../tools/cluster -n 10 -o clusters-es.tmp > clusters-es.log
Did you run make clean (or used -r flag) after the memory problem run?