Hello,
I ran this command

    ./bin/mahout wikipediaXMLSplitter -d 
examples/temp/enwiki-latest-pages-articles.xml -o wikipedia/chunks -c 64

but got this error
     Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

There are many web pages regarding this and the solution is to add "-Xmx 2048M" 
for example. My question is, that option should be passed to java command and 
not Mahout. As  result, running "./bin/mahout -Xmx 2048M" shows that there is 
no such option. What should I do?


Regards,
Mahmood

Reply via email to