Re: Lucene RAM buffer size limit

2010-04-27 Thread Michael McCandless
www.hathitrust.org -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-RAM-buffer-size-limit-tp756752p757354.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Lucene RAM buffer size limit

2010-04-26 Thread Michael Busch
With DocumentsWriterPerThread we can allow 2GB per thread, so that should be a good step forward. For realtime indexing on the RAM buffer I'm planning to remove even that per-thread limit, because then you really want to make use of all the RAM you have available on your machine. Michael

Re: Lucene RAM buffer size limit

2010-04-26 Thread Shai Erera
easy way to understand the relationship between the max RAM buffer size and the total amount of memory you need to give the JVM ? Tom Burton-West www.hathitrust.org -- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-RAM-buffer-size-limit-tp756752p757354.html Sent from