On 12/1/22 02:47, alessia.gagli...@qboxmail.it.INVALID wrote:
We have another solr (that handles less users) that had a high I/O activity, which was reduced after increasing the physical memory from 24GB to 48GB. Could this be a scalable solution?

More memory not consumed by programs will often greatly increase general performance, and Solr in particular relies on the disk cache.  Add enough memory and there will be almost zero I/O for queries, most of the I/O will be for index updates.

https://cwiki.apache.org/confluence/display/solr/solrperformanceproblems

Thanks,
Shawn

Reply via email to