Re: Java heap space

2006-05-04 Thread Yonik Seeley
I verified that Tomcat 5.5.17 doesn't experience this problem. -Yonik On 5/4/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 5/3/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: > I just tried sending in 100,000 deletes and it didn't cause a problem: > the memory grew from 22M to 30M. > > Random thou

Re: Java heap space

2006-05-04 Thread Yonik Seeley
On 5/3/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: 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? Yep, I was able to reproduce a memory problem w/ Jet

Re: Java heap space

2006-05-04 Thread Marcus Stratmann
Chris Hostetter wrote: This is because building a full Solr distribution from scratch requires that you have JUnit. Bt it is not required to run Solr. Ah, I see. That was a very valuable hint for me. I was able now to compile an older revision (393957). Testing this revision I was able to dele