shamik wrote > I was not aware of maxRamMB parameter, looks like it's only available for > queryResultCache. Is that what you are referring to? Can you please share > your cache configuration?
I've setup filterCache entry inside solrconfig.xml as follows *<filterCache class="solr.FastLRUCache" size="512" initialSize="512" autowarmCount="0" maxRamMB="120"/>* I had a look inside FastLRUCache code and saw that maxRamMB has precedence over the size. I can also confirm that I had more than 512 entries inside the cache, so the above will work. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html