Hello, oom_solr.sh is provided by Solr to kill the solr process on OOM and log this event. Is it a common practice to then also create supporting functionality to automatically restart solr after the kill?
- On *nix systems, we recommend that Solr be run with the "OOM killer script" (see solr/bin/oom_solr.sh). This will forcefully stop Solr when the heap is exhausted rather than continue in an indeterminate state. https://solr.apache.org/guide/solr/latest/deployment-guide/jvm-settings.html Thanks, Matt