DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7566>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7566 MRUMemoryStore Can not delete cache file in cache-dir Summary: MRUMemoryStore Can not delete cache file in cache-dir Product: Cocoon 2 Version: 2.0.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] my store config in cocoon.xconf <!-- ============================ STORE ============================ --> <store class="org.apache.cocoon.components.store.MRUMemoryStore" logger="core.store"> <parameter name="maxobjects" value="1000"/> <parameter name="filesystem" value="false"/> </store> <store-janitor class="org.apache.cocoon.components.store.StoreJanitorImpl" logger="core.store-janitor"> <parameter name="freememory" value="41943040"/> <parameter name="heapsize" value="536870912"/> <parameter name="cleanupthreadinterval" value="10"/> <parameter name="threadpriority" value="5"/> <parameter name="percent_to_free" value="10"/> </store-janitor> <!-- ============================ STORE END ========================= --> my web.xml <init-param> <param-name>cache-directory</param-name> <param-value>/WEB-INF/work/cache-dir</param-value> </init-param> the files in WEB-INF/work/cache-dir cannot be delete automatic and the files in cache-dir will increase to huge numer ,so the cache-dir 's access will became very slow --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]