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
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
; - 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
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
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
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
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
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
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&
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
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,
&
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
12 matches
Mail list logo