Re: Lucene/Tomcat Memory Leak Issue
java-user@lucene.apache.org com> cc: Subject: Re:
Re: Lucene/Tomcat Memory Leak Issue
cc: Subject: Re: Lucene/Tomcat Memory Leak Issue 08/
Re: Lucene/Tomcat Memory Leak Issue
cc: Subject: Re: Lucene/Tomcat Memory Leak Issue 08/11/2006
Re: Lucene/Tomcat Memory Leak Issue
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.