Re: Java Memory errors and "too many open files" when using Pylucene

2009-05-20 Thread Andi Vajda
On Wed, 20 May 2009, Moshe Cohen wrote: Thanks. Version being used : 2.4.1 . I have already tried most of the well documented Lucene ideas. The seemingly weird thing is that the index is always quite small. I have experience of much larger indices on SOLR with no such errors. Started with a m

Re: Java Memory errors and "too many open files" when using Pylucene

2009-05-20 Thread Moshe Cohen
Thanks. Version being used : 2.4.1 . I have already tried most of the well documented Lucene ideas. The seemingly weird thing is that the index is always quite small. I have experience of much larger indices on SOLR with no such errors. Started with a memory error, after increasing JVM heap on in

Re: Java Memory errors and "too many open files" when using Pylucene

2009-05-20 Thread Andi Vajda
On Wed, 20 May 2009, Moshe Cohen wrote: I would like to know if there is any Pylucene-specific issues with regard to the two JVM errors in the subject. About memory errors: be sure to give the Java VM enough memory when initializing it with initVM(). More about this at [1]. About open file