Hi, Following the https://wiki.apache.org/solr/SolrPerformanceFactors article, I understand that Garbage Collection might be triggered due to significant increase in JVM heap usage unless a commit is performed. Given this background, I am curious to understand the reasons / factors that contribute to increased heap usage of Solr JVM, which would thus force a Garbage Collection cycle.
Especially, what are the factors that contribute to heap usage increase during indexing time and what factors contribute during search/query time? Thanks