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