On 1/13/22 8:24 AM, Shawn Heisey wrote:
You need to allow the user that is running Solr to have more processes/threads and more open files.  On Linux you can add lines like the following to /etc/security/limits.conf:|

solr hard nofile 8192||
solr soft nofile 8192||
solr hard nproc 8192||
solr soft nproc 8192|


I do not know where the | character came from.  I did not see it in the message that I sent.  It should not be there.

Thanks,
Shawn

Reply via email to