On 12/13/23 22:25, Deepak Goel wrote:
On Thu, 14 Dec 2023, 10:11 Anuj Bhargava, <anujb...@gmail.com> wrote:
There are some files in /var/solr/logs. For example -
solr_oom_killer-8983-2023-12-14_05_30_42.log
and this contains -
Running OOM killer script for process 2861377 for Solr on port 8983
Killed process 2861377
Looks like you are running out of memory. Increase your heap size
There are several resource depletion scenarios that cause OOME ... and
only a subset of those scenarios involve memory.
We need to see the reason for the OOME in the exception to know what
steps to take.
Solr versions before 9.2.0 may not log that exception. In 9.2.0 the
OOME handling was updated to something that ALWAYS logs the reason for
the OOME.
I do not see any information here about what version of Solr is running.
Thanks,
Shawn