Re: Large cache settings values - sanity check

2013-08-16 Thread Erick Erickson
Wy too high :). H, not much detail there... bq: filterCache (size="30" initialSize="30" autowarmCount="5"), This is an OOM waiting to happen. Each filterCache entry is a key/value pair. The key is the fq clause, but the value is a bitmap of all the docs in the index, i.e. ma

Large cache settings values - sanity check

2013-08-15 Thread Eoghan Ó Carragáin
Hi, I’m involved in the an open source project called Vufind which uses Solr to search across library catalogue records [1]. The project uses what seems to be very high defaults cache settings in solrconfig.xml [2]: - filterCache (size="30" initialSize="30" autowarmCount="5"),