I have 82 segments in my index, when I merge to 40 , garbage collection become optimistic.
So I want to know, how many segment size is more appropriate. 发件人: 殷亚云 [mailto:yinya...@made-in-china.com] 发送时间: Tuesday, October 27, 2015 4:54 PM 收件人: 'solr-user@lucene.apache.org' 主题: full garbage collection about upgraded the solr version to 5.3.0 HI Recently, I upgraded the solr version in our server, from 4.7.2 to 5.3 .0 . Through the pressure test, I found that full garbage collection is becoming very frequent in the 5.3 version. I noticed that in BooleanScorer. < init >, TermWeight scorer with frequent memory using,I don't know whether it will cause frequent full garbage collection? So, I want to confirm whether there is such a problem. It has a solution? Thanks.