FarCry SolrPro - Java memory errors

I’m trying to us the FarCry SolrPro plugin in a Docker container using FarCry 7.2.9 and Lucee 5.2.3.35 . I’m running into the following error - Java heap space / java.lang.OutOfMemoryError . I tried to increase the minimum and maximum RAM in the solr start up script and then passing in switches in the java command:

java -Dsolr.solr.home=multicore -Xms512M -Xmx1024M -jar start.jar

When I run docker stats on the box, the container is no where near the 12G limit. The only change I made from the github repository is changing the tika version to 1.16 (after i had downloaded it to the server). I was getting the "Magic match pattern is null " error with tika 2 .

Any ideas on what to try next?

Thanks,

  • JR

This Pull Request may help