Re: Memory leak in Lucene 1.4?

2004-10-06 Thread Daniel Naber
On Wednesday 06 October 2004 19:48, Steve Rajavuori wrote:

> Is anyone aware of memory leaks in Lucene 1.4? I have an application
> that has been running fine with Lucene 1.2. I can write indexes for days
> and it never consumes more than 14 Meg of memory.

There was a leak with searching that got fixed in 1.4.2. I'm not aware of 
leaks in indexing. Please try to build a test case that demonstrates the 
problem, then it's usually quite easy to fix.

Regards
 Daniel

-- 
http://www.danielnaber.de

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Memory leak in Lucene 1.4?

2004-10-06 Thread Steve Rajavuori
Is anyone aware of memory leaks in Lucene 1.4? I have an application that
has been running fine with Lucene 1.2. I can write indexes for days and it
never consumes more than 14 Meg of memory. When I compile the SAME CODE with
Lucene 1.4 the application will consume memory until all available heap is
used and the application dies with OutofMemory exception.
 
Any ideas?
 
Steve Rajavuori
O'Pin Systems
2600 Eagan Woods Dr., Suite 400
Eagan, MN  55121
651-994-6556
[EMAIL PROTECTED]