Author: cutting
Date: Thu Sep  1 14:04:50 2005
New Revision: 265780

URL: http://svn.apache.org/viewcvs?rev=265780&view=rev
Log:
Reduce default buffer size.

Modified:
    lucene/nutch/branches/mapred/conf/nutch-default.xml

Modified: lucene/nutch/branches/mapred/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/conf/nutch-default.xml?rev=265780&r1=265779&r2=265780&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/mapred/conf/nutch-default.xml Thu Sep  1 14:04:50 2005
@@ -343,7 +343,7 @@
 
 <property>
   <name>io.file.buffer.size</name>
-  <value>131072</value>
+  <value>4096</value>
   <description>The size of buffer for use in sequence files.
   The size of this buffer should probably be a multiple of hardware
   page size (4096 on Intel x86), and it determines how much data is


Reply via email to