Hello everyone, we've recently discovered a memory leak in the PerFieldAnalyzer. If you use the PerFieldAnalyzer (which you acutally should), you should switch to a pure ruby version of that analyzer. The C version of the Analyzer is consuming memory on every analyzing request.
You can find an example script to verify the leak[1]. Furthermore we've added a workaround, building a PerFieldAnalyzer in pure ruby[2]. You can read more about the leak on the omdb tech blog[3]. Benjamin --- [1] http://pastie.caboo.se/83195 [2] http://pastie.caboo.se/83194 [3] http://blog.omdb-beta.org/2007/7/29/tracking-down-a-memory-leak- in-ferret-0-11-4 _______________________________________________ Ferret-talk mailing list Ferret-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/ferret-talk