Re: IndexReader.open crashes JVM

2005-12-15 Thread Doug Cutting
chandler burgess wrote: Im using lucene1.4.3 on a XP machine with jdk1.5. Any help is appreciated. Try typing control-break to get some stack dumps. I also recommend building the current Lucene code from subversion and trying that. There have been lots of improvements since 1.4.3. It woul

Re: IndexReader.open crashes JVM

2005-12-15 Thread chandler burgess
st on seeing the code I can post it, but its really straightforward. Thanks Chandler Burgess From: "Malcolm Clark" <[EMAIL PROTECTED]> Reply-To: java-user@lucene.apache.org To: Subject: Re: IndexReader.open crashes JVM Date: Thu, 15 Dec 2005 20:13:41 - Hi, Maybe post some

Re: IndexReader.open crashes JVM

2005-12-15 Thread Malcolm Clark
Hi, Maybe post some of the code which is giving you problems and people can view it and try and see what's wrong. Cheers, MC - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IndexReader.open crashes JVM

2005-12-15 Thread chandler burgess
Hello, I have a 6GB index consisting of about 4M documents, each with 2 fields. The index built fine and then I optimized it. Whenever I try to open the index, though, the jvm crashes saying it has run out of heap space. Even when I increase the heap size it just runs longer and then crashes. Wi