Hello All,
How can I limit the Ram usage of solr?
Currently solr is utilising all the RAM on the environment
Hello All,
How can I limit the Ram usage of solr?
Currently solr is utilising all the RAM on the environment
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 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?