You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/03/28 10:56:07 UTC

DO NOT REPLY [Bug 7566] New: - MRUMemoryStore Can not delete cache file in cache-dir

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: cocoon-dev@xml.apache.org
        ReportedBy: illo@enet.com.cn


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: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org