Hi Eric ,
I m actually getting out of memory error.
As I told earlier my rambuffersize is default(32mb).What could be the
reasons for getting this error.
Can u please share ur views.
On 28 March 2011 17:55, Erick Erickson wrote:
> Also note that making RAMBufferSize too big isn't useful. Lucid
Also note that making RAMBufferSize too big isn't useful. Lucid
recommends 128M as the point over which you hit diminishing
returns. But unless you're having problems speed-wise with the
default, why change it?
And are you actually getting OOMs or is this a background question?
Best
Erick
On Mon
there are 3 conditions that will trigger an auto flushing in lucene
1. size of index in ram is larger than ram buffer size
2. documents in mamory is larger than the number set by setMaxBufferedDocs.
3. deleted term number is larger than the ratio set by
setMaxBufferedDeleteTerms.
auto flushing by