我试图从win启动apache-nutch,所以使用了cygwin,但是每当我运行命令时。
bin/crawl urls -dir crawl -depth 3 -topN 5它会抛出错误-
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.我已经用更高的值更改了bin\nutch中的JAVA_HEAP_MAX,并且尝试了,但没有成功。
发布于 2014-09-10 12:49:42
好吧我意识到
Could not reserve enough space for object heap这意味着更多的内存需求是麻烦的,因为一些windows应用程序正在提取更多的内存,所以我减少了内存,解决了问题。
https://stackoverflow.com/questions/25749337
复制相似问题