Am Donnerstag, 13. Mai 2004 12:56 schrieb Matt Quail: > > I noticed that most users have +- 1G of RAM to run Lucene. Does > > anyone have experiences running it on a 128MB or 256MB machine? > > I regularly test my app that uses Lucene by passing -Xmx8m to the > JVM; this is on a box with 1G of ram, but the JVM never more than 8M. > My app runs fine (though there is a little more garbage collection > activity).
do you know of any method to reduce the memory consumption of lucene when searching? I've just increased from 400 to --Xmx500m, since sometimes OutOfMemoryExceptions occured (running suns java 1.4.2_04 and lucene-1.4rc3 on an index with ca. 18 Mio entries, building an index (including stored-only-fields) of 9 GB). I've seen that there are ways to limit the memory need for indexing and optimizing(?) by reducing the MergeFactor, but that doesn't seem to apply for searching :-( Thanks, Sascha > > =Matt > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Mit freundlichen Gr�ssen, Sascha Ottolski -- Gallileus - the power of knowledge Gallileus GmbH http://www.gallileus.info/ Pintschstra�e 16 fon +49-(0)30-41 93 43 43 10249 Berlin fax +49-(0)30-41 93 43 45 Germany ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ AKTUELLER HINWEIS (Mai 2004) Literatur Alerts - Literatursuche (wie) im Schlaf! Ab jetzt mehr dazu unter: http://www.gallileus.info/gallileus/about/products/alerts/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
