On 5/7/2013 8:02 AM, Ariel Zerbib wrote: > It also means that it will be necessary to run 2 big JVMs on the same > server or to have 2 servers. You need to take it in account; do you > really want to force to run solr standalone as a database?
We are always telling people that Solr works best when it is the only thing that runs on the server. Solr loves resources, and if something else is using them, it won't perform as well. Typically the amount of heap memory required for your servlet container and the JVM is nothing compared to Solr itself, so if you can remove Solr from your web server container, you can reduce the size of that JVM. That will free up system memory for use with Solr. To be perfectly frank here, if your memory is so tight that this will be a problem, then your server is undersized and performance problems with Solr are inevitable. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
