Re: Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

2012-09-19 Thread Steve McKay
rogram from the > documentation. > > I'm using Netbeans IDE, and I get the folllowing error message: > > Indexing to directory '/media/MAFALDA/LuceneIndex'... > Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit > exceeded > a

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

2012-09-19 Thread Reyna Melara
IDE, and I get the folllowing error message: Indexing to directory '/media/MAFALDA/LuceneIndex'... Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded at java.nio.ByteBuffer.wrap(ByteBuffer.java:367) at java.lang.StringCoding$StringDecoder.de

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-14 Thread Michael McCandless
; - Original Message ----- From: "Michael McCandless" > > To: > Sent: Tuesday, April 13, 2010 2:46 AM > Subject: Re: java.lang.OutOfMemoryError: GC overhead limit exceeded > > > Can you whittle down your example even more? > > EG don't read

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-14 Thread Herbert Roitblat
al Message - From: "Michael McCandless" To: Sent: Tuesday, April 13, 2010 2:46 AM Subject: Re: java.lang.OutOfMemoryError: GC overhead limit exceeded Can you whittle down your example even more? EG don't read the term vectors for the first hit. Just open a single reader and do

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-13 Thread Michael McCandless
ts up > the heap. > - Original Message - From: "Herbert L Roitblat" > To: > Sent: Monday, April 12, 2010 6:50 AM > Subject: Re: java.lang.OutOfMemoryError: GC overhead limit exceeded > > >> Thank you Michael.  Your suggestions are helpful.  I inherited all of >&g

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-13 Thread Michael McCandless
On Mon, Apr 12, 2010 at 9:50 AM, Herbert L Roitblat wrote: > Thank you Michael. Your suggestions are helpful. I inherited all of the > code that uses pyLucene and don't consider myself an expert on it, so I very > much appreciate your suggestions. > > It does not seem to be the case that these e

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-12 Thread Herbert Roitblat
Update: reusing the reader and searcher made almost no difference. It still eats up the heap. - Original Message - From: "Herbert L Roitblat" To: Sent: Monday, April 12, 2010 6:50 AM Subject: Re: java.lang.OutOfMemoryError: GC overhead limit exceeded Thank you Mich

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-12 Thread Herbert L Roitblat
Hi, folks. I am using PyLucene and doing a lot of get tokens. lucene.py reports version 2.4.0. It is rpath linux with 8GB of memory. Python is 2.4. I'm not sure what the maxheap is, I think that it is maxheap='2048m'. I think that it's running in a 64 bit environment. It

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-12 Thread Michael McCandless
ields to free > up references to it and its contents > > > > Herbert Roitblat wrote: >> >> Hi, folks. >> I am using PyLucene and doing a lot of get tokens.  lucene.py reports >> version 2.4.0.  It is rpath linux with 8GB of memory.  Python is 2.4. >> I&

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-11 Thread Herbert L Roitblat
2.4.0. It is rpath linux with 8GB of memory. Python is 2.4. I'm not sure what the maxheap is, I think that it is maxheap='2048m'. I think that it's running in a 64 bit environment. It indexes a set of 116,000 documents just fine. Then I need to get the tokens from these docu

Re: java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-09 Thread Ruben Laguna
indexes a set of 116,000 documents just fine. > Then I need to get the tokens from these documents and near the end, I run > into: > > java.lang.OutOfMemoryError: GC overhead limit exceeded > > If I wait a bit and ask again for the same document's tokens, I can get them, &

java.lang.OutOfMemoryError: GC overhead limit exceeded

2010-04-09 Thread Herbert Roitblat
It indexes a set of 116,000 documents just fine. Then I need to get the tokens from these documents and near the end, I run into: java.lang.OutOfMemoryError: GC overhead limit exceeded If I wait a bit and ask again for the same document's tokens, I can get them, but it then is somewhat likely