Re: OutOfMemory and auto-commit

2010-10-29 Thread Tommaso Teofili
Jonathan Rochkind > Yes, that's my question too. Anyone? > > Dennis Gearon wrote: > >> How is this avoided? >> >> Dennis Gearon >> >> >> >> >> --- On Thu, 10/21/10, Lance Norskog wrote: >> >> >> >

Re: OutOfMemory and auto-commit

2010-10-25 Thread Jonathan Rochkind
Yes, that's my question too. Anyone? Dennis Gearon wrote: How is this avoided? Dennis Gearon --- On Thu, 10/21/10, Lance Norskog wrote: From: Lance Norskog Subject: Re: OutOfMemory and auto-commit To: solr-user@lucene.apache.org Date: Thursday, October 21, 2010, 9:53 P

Re: OutOfMemory and auto-commit

2010-10-21 Thread Dennis Gearon
1&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. --- On Thu, 10/21/10, Lance Norskog wrote: > From: Lance Norskog > Subject: Re: OutOfMemory and auto-commit > To: solr-user@lucene.apache.org > Date: Thursday, October 21, 2010, 9:53 PM > Yes. Indexing

Re: OutOfMemory and auto-commit

2010-10-21 Thread Lance Norskog
Yes. Indexing activity suspends until the commit finishes, then starts. Having both queries and indexing on the same Solr will have this memory problem. Lance On Thu, Oct 21, 2010 at 1:16 PM, Jonathan Rochkind wrote: > If I do _not_ have any auto-commit enabled, and add 500k documents and > comm

OutOfMemory and auto-commit

2010-10-21 Thread Jonathan Rochkind
If I do _not_ have any auto-commit enabled, and add 500k documents and commit at end, no problem. If I instead set auto-commit maxDocs to 10 (pretty large number), and try to add 500k docs, with autocommits theoretically happening every 100k... I run into an OutOfMemory error. Can anyone