Quantcast
Channel: ColdFusion 9 and more...
Viewing all articles
Browse latest Browse all 8

Tuning ColdFusion Solr: Part 2

$
0
0
Don't forget to tune Solr Server for increased performance. First thing to do is to increase the Xmx value for Solr Server. To do so:

1) In windows -
* Shutdown Solr service
* Open solr.lax under Solr installation directory and modify the default setting -Xmx256m to -Xmx1024m.
* Start service
2) In Unix -
* Stop solr by going to solr installation directory and say:
./cfsolr stop
* Open cfsolr script and modify modify the default setting -Xmx256m to -Xmx1024m.
* Start by running the command:
./cfsolr start.

Viewing all articles
Browse latest Browse all 8

Latest Images

Trending Articles





Latest Images