Andrzej Bialecki  created SOLR-13558:
----------------------------------------

             Summary: Allow dynamic resizing of SolrCache-s
                 Key: SOLR-13558
                 URL: https://issues.apache.org/jira/browse/SOLR-13558
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Andrzej Bialecki 
            Assignee: Andrzej Bialecki 


Currently SolrCache limits are configured statically and can't be reconfigured 
without cache re-initialization (core reload), which is costly. In some 
situations it would help to be able to dynamically re-size the cache based on 
the resource contention (such as the total heap size used for caching across 
all cores in a node).

Each cache implementation already knows how to evict its entries when it runs 
into configured limits - what is missing is to expose this mechanism using a 
uniform API.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to