Hi Simon: While I don't doubt for a moment that there are undiscovered memory leaks in DSpace, I'm not sure I follow the case you describe. By 'object cache' I'm guessing you mean the cache that is held by the Context object. This cache is private to the Context instance, and Contexts as a rule don't live very long (typically a single HTTP request), so I don't see how spidering activity could accumulate objects in it.
There are other cases - like ItemImport or MediaFilter runs - that use a single context instance (therefore cache) and might iterate over the whole repository, and *could* suffer from what you describe, but as of 1.4 at least, these apps were all recoded to flush their caches. Hope this helps, Richard R On Thu, 2008-03-13 at 13:03 +0000, Simon Brown wrote: > Another thing you should consider is removing the object cache. In > 1.4.2 the object cache will cache any Item requested but will not > automatically flush any of them. If you have a large installation and > it's being spidered by search engines, eventually the heap will fill > with cached objects and, again, your server will go over. > > It's by no means the only leak - we don't have the cache and our site > still fails within a day and a half - but it's a real one. > > -- > Simon Brown <[EMAIL PROTECTED]> - Cambridge University Computing Service > +44 1223 3 34714 - New Museums Site, Pembroke Street, Cambridge CB2 3QH > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

