Configuring Solr memory
Perform the following steps to increase the memory for
Solr.
Non-Windows platforms
Stop Solr
using the following command:
sudo ./cfsolr stop
In the cfsolr script, modify the line that starts with VMARGS= by
changing the default value -Xmx256m with an appropriate
value. For example, -Xmx1024m.
Start Solr using the following command:
sudo ./cfsolr start
Windows platform
Stop the Solr
service ColdFusion 9 Solr Service.
In the solr.lax, modify the line that starts with lax.nl.java.option.additional= by
changing the default value -Xmx256m with an appropriate
value. For example, -Xmx1024m.
Start Solr service.