Re: SEVERE: java.lang.OutOfMemoryError: Java heap space

2006-03-22 Thread Yonik Seeley
On 3/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Occasionally when inserting I get the error message > SEVERE: java.lang.OutOfMemoryError: Java heap space > Any clues how to track down when&where it's happening? > Or any good way I can get better clues how to track it down? What's th

SEVERE: java.lang.OutOfMemoryError: Java heap space

2006-03-22 Thread rm_solr
Occasionally when inserting I get the error message SEVERE: java.lang.OutOfMemoryError: Java heap space Any clues how to track down when&where it's happening? Or any good way I can get better clues how to track it down? I'm doing inserts of about 1000 documents at a time between commits. Would

Re: Multiple indices

2006-03-22 Thread Otis Gospodnetic
Just a quick comment not sure how things are really set up for Solr, but one could use the /solr/index/XXX URL "scheme" to determine which index the request is for. Configs for different indices could be named after that "index" part in the URL, and that "index" part could be used as the ke

Re: Multiple indices

2006-03-22 Thread Chris Hostetter
: norms, term vectors, field caches, etc. It almost sounds like one : would want multiple instances of Solr in the same app container. But : if that's the case, you aren't saving much over just having multiple : app servers. I didn't say anything yesterday because i pretty much agreed with yoni