Hi,
it need more information to clarify.
can you paste your solrconfig.xml and OOO exception log?
On Mon, Oct 5, 2009 at 5:19 PM, Thomas Koch wrote:
> Hi,
>
> I'm running a read only index with SOLR 1.3 on a server with 8GB RAM and
> the
> Heap set to 6GB. The index contains 17 million document
Hi,
add JAVA_OPTS variable in TOMCAT_HOME/bin/catalina.sh like below,
JAVA_OPTS="$JAVA_OPTS -Dsolr.home=/opt/solr
-Dsolr.foo.data.dir=/opt/solr/data"
solr.data.dir must mapping to in solrconfig.xml
here is example (solrconfig.xml):
${solr.foo.data.dir:/default/path/to/datadir}
On Wed, Oct 7, 2