Home > Forum > General > limit the Ram usage of SOLR

limit the Ram usage of SOLR
0

Hello All,
How can I limit the Ram usage of solr?
Currently solr is utilising all the RAM on the environment

In reply to: Krystian Golik

Hi Damian
In folder where you install solr, you have file "WebCon.BPSSearchService.exe.config" and in you can change
</setting>
<setting name="Memory" serializeAs="String">
<value>2g</value>
</setting>

Hi Krystian,
Thanks for the reply.
I have already tested here.
I have set the value 4g there. I restarted the solr service and still the ram utilization by solr is at 26GB.

Is there anywhere else a configuratin file, where this can be reduced?