You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2015/07/12 20:49:04 UTC

[jira] [Created] (SOLR-7777) FastLRUCache size keeps growing

Yonik Seeley created SOLR-7777:
----------------------------------

             Summary: FastLRUCache size keeps growing
                 Key: SOLR-7777
                 URL: https://issues.apache.org/jira/browse/SOLR-7777
             Project: Solr
          Issue Type: Bug
    Affects Versions: Trunk
            Reporter: Yonik Seeley


cut-n-paste from admin console:
{code}
 filterCache
    class:
        org.apache.solr.search.FastLRUCache
    version:
        1.0
    description:
        Concurrent LRU Cache(maxSize=128, initialSize=128, minSize=115, acceptableSize=121, cleanupThread=false)
    src:
        null
    stats:
        lookups:
            2915
        hits:
            514
        hitratio:
            0.18
        inserts:
            2401
        evictions:
            239
        size:
            2162
        warmupTime:
            0
        cumulative_lookups:
            2915
        cumulative_hits:
            514
        cumulative_hitratio:
            0.18
        cumulative_inserts:
            2401
        cumulative_evictions:
            239
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org