On 11/4/21 7:43 AM, Michael Conrad wrote:
ok,
will set the following to try and fix the issues with full reindexing.
<ramBufferSizeMB>2048</ramBufferSizeMB>
<maxBufferedDocs>1000000</maxBufferedDocs>
Setting 2GB of index buffer memory for each core is probably going to
lead to Solr being killed by its OOM script. Your max heap is only
5GB. The default buffer size has been 100MB for a while, and was 32MB
in much older versions. Experiments done in Solr's early days by people
a lot smarter than me determined that there was little benefit for most
users in setting that value above 128.
Thanks,
Shawn