Re: Solr caches per node or per core

2020-06-24 Thread Odysci
Thanks! Reinaldo On Wed, Jun 24, 2020 at 11:47 AM Emir Arnautović < emir.arnauto...@sematext.com> wrote: > Hi Reinaldo, > It is per core. Single node can have cores from different collections, > each configured differently. When you size caches from memory consumption > point of view, you have t

Re: Solr caches per node or per core

2020-06-24 Thread Emir Arnautović
Hi Reinaldo, It is per core. Single node can have cores from different collections, each configured differently. When you size caches from memory consumption point of view, you have to take into account how many cores will be placed on each node. Of course, you have to count replicas as well. H

Solr caches per node or per core

2020-06-24 Thread Odysci
Hi, I have a Solrcloud configuration with 2 nodes and 2 shards/2 replicas. I configure the sizes of the solr caches on solrconfig.xml, which I believe apply to nodes. But when I look at the caches in the Solr UI, they are shown per core (e.g., shard1_replica_N1). Are the cache sizes defined in th