On 7/13/06, Andreas Hartmann <[EMAIL PROTECTED]> wrote:
...Can we configure a maximum cache file size?...
I don't have a precise reply to your questions, but here's the config that I use to limit the number of cached entries, it might help. <!-- xconf patch file for cache settings --> <xconf xpath="/cocoon/store" remove="/cocoon/store/*"> <parameter name="maxobjects" value="100"/> <parameter name="overflow-to-disk" value="false"/> <parameter name="use-cache-directory" value="true"/> </xconf> -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
