Reputation: 25
I have to reindex a very large solr core (solr 8.6), because there is no other way to use it for my cms. Anyway, at 47% about 306700 docs indexed, it breaks the indexing process and solr server is no more running. It is always at the same indexing level, at 47 %. How can I fix this?
Thanks in advance for your help.
Upvotes: 0
Views: 291
Reputation: 62
You might need to assign more memory to solr, you can do that by starting solr with -m option
Upvotes: 1