On Thu, Apr 28, 2016 at 12:21 PM, Nick Vasilyev <nick.vasily...@gmail.com> wrote: > Hi Yonik, > > There are a lot of logistics involved with re-indexing and naturally > upgrading Solr. I was hoping that there is an easier alternative since this > is only a single back end script that is having problems. > > Is there any room for improvement with tweaking GC params?
There always is ;-) But I'm not a GC tuning expert. I prefer to attack memory problems more head-on (i.e. with code to use less memory). -Yonik