> On Mar 5, 2020, at 4:29 AM, Bunde Torsten <[email protected]> wrote: > > -Xms512m -Xmx512m
Your heap is too small. Set this to -Xms8g -Xmx8g In solr.in.sh, that looks like this: SOLR_HEAP=8g wunder Walter Underwood [email protected] http://observer.wunderwood.org/ (my blog)
