Re: Lucene/Tomcat Memory Leak Issue

2006-08-17 Thread kieran
java-user@lucene.apache.org com> cc: Subject: Re:

Lucene/Tomcat Memory Leak Issue

2006-08-17 Thread adrena . keating
cc: Subject: Re: Lucene/Tomcat Memory Leak Issue 08/17/2006

Re: Lucene/Tomcat Memory Leak Issue

2006-08-17 Thread kieran
cc: Subject: Re: Lucene/Tomcat Memory Leak Issue 08/

Re: Lucene/Tomcat Memory Leak Issue

2006-08-16 Thread adrena . keating
cc: Subject: Re: Lucene/Tomcat Memory Leak Issue 08/11/2006

Re: Lucene/Tomcat Memory Leak Issue

2006-08-11 Thread Ronnie Kolehmainen
How do you index your documents? Are you releasing old resources? Can you use a profiler to see referenced objects? I've experienced the same problem when indexing xml files which were parsed with xalan, and the memory leak in that case was in xalan. Switching to saxon solved the problems for us.

Lucene/Tomcat Memory Leak Issue

2006-08-11 Thread adrena . keating
Hello, can anyone help? We're experiencing the following issue an Widows Intranet website: Following a Tomcat restart, our application has Lucene creating a single new index in a RAMDirectory, followed by continuous creation of additional index entries as new content is published. During the