Update of /cvsroot/nutch/nutch/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15814
Modified Files: nutch-default.xml Log Message: Configurable buffer size for BufferedRandomAccessFile. Increased the previous default value from 4kB to 128kB. Index: nutch-default.xml =================================================================== RCS file: /cvsroot/nutch/nutch/conf/nutch-default.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** nutch-default.xml 1 Nov 2004 20:45:37 -0000 1.58 --- nutch-default.xml 5 Nov 2004 15:26:18 -0000 1.59 *************** *** 312,315 **** --- 312,325 ---- </property> + <property> + <name>io.raf.buffer.size</name> + <value>131072</value> + <description>The size of buffer for use in BufferedRandomAccessFile. + 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 + buffered during read and write operations.</description> + </property> + + <!-- indexer properties --> ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Nutch-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-cvs