Manuel Vazquez Acosta wrote at 2008-9-17 20:05 -0400:
Alan,
I'm replying to the Zope list also, because this issue is perhaps related to other components there.
I'm running into the same situation: The python process running my Plone site is steadyly growing.
I'm using Zope2.9.8-final (the one which works with Plone 2.5.5).
What is the plan for Zope include such feature?
I expect the feature will land in ZODB 3.9 and then probably in Zope 2.12.
Best regards, Manuel.
Alan Runyan wrote:
There was a recent modification to limit the ZODB cache to a set size. i.e. Limit the size of memory usage to 128MB.
The original feature was implemented here: http://svn.zope.org/ZODB/branches/dm-memory_size_limited-cache/
You can get the feature+3.8 branch of the ZODB from: http://svn.zope.org/ZODB/branches/zcZODB-3.8/
The changes are also on trunk (will be ZODB 3.9).
-- Dieter