You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2006/01/05 22:08:28 UTC

svn commit: r366280 - /lucene/nutch/trunk/conf/nutch-default.xml

Author: cutting
Date: Thu Jan  5 13:08:27 2006
New Revision: 366280

URL: http://svn.apache.org/viewcvs?rev=366280&view=rev
Log:
Fix NUTCH-131: add mapred.child.heap.size.  From Marko Bauhardt.

Modified:
    lucene/nutch/trunk/conf/nutch-default.xml

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/conf/nutch-default.xml?rev=366280&r1=366279&r2=366280&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Thu Jan  5 13:08:27 2006
@@ -504,6 +504,13 @@
   </description>
 </property>
 
+<property>
+  <name>mapred.child.heap.size</name>
+  <value>200m</value>
+  <description>The heap size (-Xmx) that will be used for task tracker
+  child processes.</description>
+</property>
+
 <!-- indexer properties -->
 
 <property>