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 the solrconfig.xml the total size (adding up the caches for all cores in the node)? or are the cache sizes defined in the solrconfig.xm applied to each core separately? Thanks Reinaldo