Unless someone has already answered that, you need to increase heap size
allocated for JVM. Not sure how to pass JVM flags to Hadoop, but
positive it must be somewhere on the website. You need to pass '-Xms64M
-Xmx128M' for example ('-Xms - minimum heap size, the other para -
maximum). See Java docs for details.-----Original Message----- From: Sunil Kumar PK [mailto:[EMAIL PROTECTED] Sent: Saturday, September 30, 2006 12:57 AM To: [email protected] Subject: Java heap space Hi, When running the "dfs -ls" command in the node I am getting the following error, #bin/hadoop dfs -ls Exception in thread "Client connection to 127.0.0.1:9000" java.lang.OutOfMemoryError: Java heap space Experts, please help Thanks in advance Sunil ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
