Re: Java heap space

2006-05-03 Thread Yonik Seeley
I just tried sending in 100,000 deletes and it didn't cause a problem: the memory grew from 22M to 30M. Random thought: perhaps it has something to do with how you are sending your requests? If the client creates a new connection for each request, but doesn't send the Connection:close header or c

Re: Java heap space

2006-05-03 Thread Chris Hostetter
: next thing I tried was to get the code via svn. Unfortunately the code : does not compile ("package junit.framework does not exist"). I found out This is because building a full Solr distribution from scratch requires that you have JUnit. Bt it is not required to run Solr. : > Is your problem

Re: Java heap space

2006-05-03 Thread Marcus Stratmann
Yonik Seeley wrote: Is your problem reproducable with a test case you can share? Well, you can get the configuration files. If you ask for the data, this could be a problem, since this is "real" data from our production database. The amount of data needed could be another problem. You could al

Re: Ruby bindings/SolRuby?

2006-05-03 Thread Erik Hatcher
On May 1, 2006, at 10:05 AM, Brian Lucas wrote: Is anyone working on Ruby bindings? I noticed a page called "SolRuby" on the wiki - what is this? I added that link, and had hoped (as I often do) to make some time to fill in some wishes there. I would like to make Solr work like a model

Re: Java heap space

2006-05-03 Thread Yonik Seeley
Hi Marcus, Is your problem reproducable with a test case you can share? You could also try a different app-server like Tomcat to see if that makes a difference. What type is your id field defined to be? -Yonik On 5/3/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: Hello, deleting or updating

Re: Java heap space

2006-05-03 Thread Marcus Stratmann
Hello, deleting or updating documents is still not possible for me so now I tried to built a completely new index. Unfortunately this didn't work either. Now I'm getting OOM after inserting slightly more than 20,000 documents to the new index. To me this looks as if a bug has been introduced