if we pre assigning the cache values in the solrconfig.xml as follows for
each core [solr 1.3] .IS the RAM memory pre assigned as follows per core
and how much would be used for each  .Would I be able to calculate the RAM
reserved for each cache.since we have many such cores with the same Cache
values ,would  like to forecast the usage.
we have assinged total 19gb RAm for 220 cores with the same config and the
following is the exampe of one core usage.

**         documentCache  *class: * org.apache.solr.search.LRUCache  *
version: * 1.0  *description: * LRU Cache(maxSize=16384, initialSize=16384)
**lookups : 6668
hits : 2451
hitratio : 0.36
inserts : 4245
evictions : 0
size : 4245
warmupTime : 0
cumulative_lookups : 552526
cumulative_hits : 234707
cumulative_hitratio : 0.42
cumulative_inserts : 317819
cumulative_evictions : 29553

         filterCache  *class: * org.apache.solr.search.LRUCache
*version: *1.0
*description: *   LRU Cache(maxSize=16384, initialSize=4096,
autowarmCount=4096,
**lookups : 75
hits : 68
hitratio : 0.90
inserts : 672
evictions : 0
size : 672
warmupTime : 24030
cumulative_lookups : 3459
cumulative_hits : 2730
cumulative_hitratio : 0.78
cumulative_inserts : 729
cumulative_evictions : 0
         queryResultCache  *class: * org.apache.solr.search.LRUCache  *
version: * 1.0  *description: * LRU Cache(maxSize=16384, initialSize=4096,
autowarmCount=1024,
 lookups : 96
hits : 23
hitratio : 0.23
inserts : 1099
evictions : 0
size : 1097
warmupTime : 1042045
cumulative_lookups : 5214
cumulative_hits : 2081
cumulative_hitratio : 0.39
cumulative_inserts : 3147
cumulative_evictions : 0

Regards
Sujatha

Reply via email to