From: Wolfgang M. M. <wol...@us...> - 2004-06-23 14:29:24
|
Update of /cvsroot/exist/eXist-1.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12887 Modified Files: conf.xml Log Message: New option to configure allowed fragmentation during xupdate. Index: conf.xml =================================================================== RCS file: /cvsroot/exist/eXist-1.0/conf.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** conf.xml 25 May 2004 09:25:45 -0000 1.52 --- conf.xml 23 Jun 2004 14:29:15 -0000 1.53 *************** *** 36,41 **** buffer settings for elements_buffers and words_buffers if you have some more memory to waste. --> ! <db-connection database="native" files="webapp/WEB-INF/data" ! pageSize="4096" cacheSize="48M" free_mem_min="10"> <!-- Settings for the database connection pool: --- 36,41 ---- buffer settings for elements_buffers and words_buffers if you have some more memory to waste. --> ! <db-connection database="native" files="webapp/WEB-INF/data" ! pageSize="4096" cacheSize="48M" free_mem_min="5"> <!-- Settings for the database connection pool: *************** *** 50,54 **** <pool min="1" max="20" sync-period="300000"/> ! <watchdog query-timeout="30000" output-size-limit="10000"/> </db-connection> --- 50,54 ---- <pool min="1" max="20" sync-period="300000"/> ! <watchdog query-timeout="-1" output-size-limit="10000"/> </db-connection> *************** *** 90,94 **** be aware that leaving spare ids also limits the maximum size of a document that can be indexed. --> ! <xupdate growth-factor="20"/> <!-- --- 90,94 ---- be aware that leaving spare ids also limits the maximum size of a document that can be indexed. --> ! <xupdate growth-factor="20" allowed-fragmentation="10"/> <!-- |